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 974b594 commit 0b3a1ddCopy full SHA for 0b3a1dd
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
id 'com.github.spotbugs' version '6.2.5' //code check, working on byte code
9
id 'com.diffplug.spotless' version '7.2.1'//code format
10
id 'jacoco' // java code coverage plugin
11
- id "org.sonarqube" version "6.2.0.5505" // sonarqube
+ id "org.sonarqube" version "6.3.1.5724" // sonarqube
12
id "org.scoverage" version "8.1" // scala code coverage scoverage
13
id "com.github.maiflai.scalatest" version "0.33" // run scalatest without specific spec task
14
id 'net.thauvin.erik.gradle.semver' version '1.0.4' // semantic versioning
0 commit comments