[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/caches
~/.gradle/wrapper ~/.gradle/wrapper
./.gradle/loom-cache ./.gradle/loom-cache
key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle', 'gradle.properties', '**/*.accesswidener') }} key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle', 'gradle.properties', 'gradle/wrapper/gradle-wrapper.properties', '**/*.accesswidener') }}
restore-keys: | # restore-keys: |
${{ runner.os }}-gradle- # ${{ runner.os }}-gradle-
- name: Run Gradle - name: Run Gradle
run: ./gradlew && ./gradlew shadowJar run: ./gradlew && ./gradlew shadowJar
- name: Upload build - name: Upload build

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists 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 zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists