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 6859e96 commit 9ef826cCopy full SHA for 9ef826c
build.gradle.kts
@@ -1,7 +1,7 @@
1
plugins {
2
kotlin("jvm") version "1.8.10"
3
jacoco
4
- id("org.sonarqube")version "3.5.0.2730"
+ id("org.sonarqube") version "4.0.0.2929"
5
id("com.diffplug.spotless") version "6.12.0"
6
`maven-publish`
7
}
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
0 commit comments