Skip to content

Commit

Permalink
Update Gradle versions in a couple more places
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-petrov committed Feb 5, 2024
1 parent 5ab678e commit 467186d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
# We want to build releases with Gradle 7 so we support both Gradle 7 and 8:
# https://github.com/gretty-gradle-plugin/gretty/pull/214#issuecomment-812289131
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ jdk:
- openjdk11
install:
- java -version
- ./gradlew --no-daemon wrapper --gradle-version 7.6.3 --distribution-type all
- ./gradlew --no-daemon wrapper --gradle-version 7.6.4 --distribution-type all
- ./gradlew --no-daemon --warning-mode all --stacktrace publishToMavenLocal

0 comments on commit 467186d

Please sign in to comment.