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 e03cad8 commit 4892174Copy full SHA for 4892174
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 "6.1.0.5360" // sonarqube
+ id "org.sonarqube" version "6.2.0.5505" // 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