File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed
Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1- import java.io.ByteArrayOutputStream
2-
31val fullVersion = " 3.0.3"
42val snapshot = true
53
@@ -27,11 +25,6 @@ ext["versionBeta"] = getVersionMeta(false)
2725ext[" versionNoHash" ] = " $fullVersion${getVersionMeta(false )} "
2826
2927tasks {
30- wrapper {
31- gradleVersion = " 8.8"
32- distributionType = Wrapper .DistributionType .ALL
33- }
34-
3528 fun subModuleTasks (taskName : String ): List <Task > {
3629 return subprojects
3730 .filter { it.name != " platforms" }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.1-all .zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3.0-bin .zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments