Skip to content

Commit 84222a3

Browse files
helpermethodmarc0der
authored andcommitted
chore: Upgrade to Gradle 8.0.1, setup caching for GH workflows
1 parent babd5fb commit 84222a3

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.github/workflows/beta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
distribution: 'temurin'
2424
java-version: '11'
25+
cache: 'gradle'
2526
- name: Run tests
2627
run: ./gradlew clean test --info
2728
- name: Set short git hash

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
distribution: 'temurin'
1414
java-version: '11'
15+
cache: 'gradle'
1516
- name: Run with Gradle
1617
run: ./gradlew clean test --info
1718
- uses: kentaro-m/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
distribution: 'temurin'
3333
java-version: '11'
34+
cache: 'gradle'
3435
- name: Run tests
3536
run: ./gradlew clean test --info
3637
- name: Build artifacts
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)