We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1d37d commit aa8716aCopy full SHA for aa8716a
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
sonar-scala-plugin/build.gradle
@@ -1,7 +1,7 @@
plugins {
id "scala"
id "org.scoverage" version "8.1"
- id 'com.github.johnrengelman.shadow' version '7.1.2'
+ id 'com.gradleup.shadow'
id 'license-file-generator'
}
7
0 commit comments