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 a26cdad commit c7592cdCopy full SHA for c7592cd
build.gradle
@@ -10,7 +10,7 @@ plugins {
10
id 'com.simonharrer.modernizer' version '2.1.0-1' // detect deprecated APIs
11
id 'com.github.onslip.gradle-one-jar' version '1.0.6' // pack a self contained jar
12
id 'jacoco' // java code coverage plugin
13
- id "org.sonarqube" version "3.3" // sonarqube
+ id "org.sonarqube" version "3.4.0.2513" // sonarqube
14
}
15
16
ext {
0 commit comments