[BuildTools] Update gradle version

This commit is contained in:
hartie95 2024-02-06 21:12:38 +01:00
parent e0448e0ca9
commit 35279bfabe
2 changed files with 4 additions and 4 deletions

View File

@ -33,9 +33,9 @@ jobs:
~/.gradle/caches
~/.gradle/wrapper
./.gradle/loom-cache
key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle', 'gradle.properties', '**/*.accesswidener') }}
restore-keys: |
${{ runner.os }}-gradle-
key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle', 'gradle.properties', 'gradle/wrapper/gradle-wrapper.properties', '**/*.accesswidener') }}
# restore-keys: |
# ${{ runner.os }}-gradle-
- name: Run Gradle
run: ./gradlew && ./gradlew shadowJar
- name: Upload build

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists