Skip to content

Commit

Permalink
Merge remote-tracking branch 'gh/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
acarioni committed Dec 17, 2024
2 parents 4fd49ff + ab939b9 commit 835e04d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ plugins {
id 'signing'
}

wrapper {
// change here and run "gradlew wrapper" to update (only for local installations)
gradleVersion '7.3.3'
}

repositories {
mavenCentral()
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 835e04d

Please sign in to comment.