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.
2 parents 62d2f34 + 0cbd490 commit c7e74b6Copy full SHA for c7e74b6
build.gradle
@@ -9,7 +9,7 @@ plugins {
9
id 'de.undercouch.download' version '5.6.0'
10
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
11
id 'jacoco' // java code coverage plugin
12
- id "org.sonarqube" version "7.0.0.6105" // sonarqube
+ id "org.sonarqube" version "7.0.1.6134" // sonarqube
13
id 'net.thauvin.erik.gradle.semver' version '1.0.4' // semantic versioning
14
id "com.github.johnrengelman.shadow" version "8.1.1" // fat jar
15
}
0 commit comments