Skip to content

Commit 71e4456

Browse files
committed
chore(deps): update deps
1 parent 539d201 commit 71e4456

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

.github/workflows/gradle.yml

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# This workflow uses actions that are not certified by GitHub.
2-
# They are provided by a third-party and are governed by
3-
# separate terms of service, privacy policy, and support
4-
# documentation.
5-
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
6-
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
7-
81
name: Java CI with Gradle
92

103
on:
@@ -22,13 +15,13 @@ jobs:
2215
runs-on: ubuntu-latest
2316

2417
steps:
25-
- uses: actions/checkout@v4
26-
- name: Set up JDK 21
27-
uses: actions/setup-java@v4
28-
with:
29-
java-version: '21'
30-
distribution: 'temurin'
31-
- name: Build with Gradle
32-
uses: gradle/gradle-build-action@v3
33-
with:
34-
arguments: build
18+
- uses: actions/checkout@v4
19+
- name: Set up JDK 21
20+
uses: actions/setup-java@v4
21+
with:
22+
java-version: '21'
23+
distribution: 'temurin'
24+
- name: Setup Gradle
25+
uses: gradle/actions/setup-gradle@v4
26+
- name: Build with Gradle
27+
run: ./gradlew build

0 commit comments

Comments
 (0)