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 c061d4e commit a92ed0cCopy full SHA for a92ed0c
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id "org.springframework.boot" version "$LIB_SPRING_BOOT_VER" apply false
3
id "org.sonarqube" version "3.5.0.2730"
4
id "jacoco"
5
- id "io.github.gradle-nexus.publish-plugin" version '1.1.0'
+ id "io.github.gradle-nexus.publish-plugin" version '1.2.0'
6
}
7
8
sonar {
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
0 commit comments