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 902afc5 commit b01cabaCopy full SHA for b01caba
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
id 'de.undercouch.download' version '5.6.0'
9
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
10
id "com.github.maiflai.scalatest" version "0.33" // run scalatest without specific spec task
11
- id "org.sonarqube" version "6.0.1.5171" // sonarqube
+ id "org.sonarqube" version "6.1.0.5360" // sonarqube
12
id "org.scoverage" version "8.1" // scala code coverage scoverage
13
id 'net.thauvin.erik.gradle.semver' version '1.0.4' // semantic versioning
14
}
0 commit comments