We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c51e6 commit daab34bCopy full SHA for daab34b
build.gradle
@@ -321,7 +321,7 @@ nexusPublishing {
321
}
322
323
wrapper {
324
- gradleVersion = '7.3.3'
+ gradleVersion = '7.4'
325
326
327
defaultTasks 'build'
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments