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 9e9f3c3 commit fa87c9aCopy full SHA for fa87c9a
build.gradle
@@ -9,7 +9,7 @@ plugins {
9
id 'de.undercouch.download' version '5.5.0'
10
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
11
id 'jacoco' // java code coverage plugin
12
- id "org.sonarqube" version "4.4.0.3356" // sonarqube
+ id "org.sonarqube" version "4.4.1.3373" // sonarqube
13
id 'net.thauvin.erik.gradle.semver' version '1.0.4' // semantic versioning
14
}
15
0 commit comments