Skip to content

Commit 5f80cc2

Browse files
committed
use setup-gradle
1 parent 6114ff0 commit 5f80cc2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
with:
2323
java-version: '8'
2424
distribution: 'corretto'
25-
cache: 'gradle'
25+
26+
- name: Setup Gradle
27+
uses: gradle/actions/setup-gradle@v4
2628

2729
- name: Build
28-
run: ./gradlew build --no-daemon
30+
run: ./gradlew build

0 commit comments

Comments
 (0)