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 2ffdb09 commit ff7e4daCopy full SHA for ff7e4da
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
id 'signing'
7
id 'pmd' //code check, working on source code
8
id 'com.github.spotbugs' version '5.0.9' //code check, working on byte code
9
- id 'com.diffplug.spotless' version '6.9.0'//code format
+ id 'com.diffplug.spotless' version '6.9.1'//code format
10
id 'jacoco' // java code coverage plugin
11
id "org.sonarqube" version "3.4.0.2513" // sonarqube
12
id "org.scoverage" version "7.0.0" // scala code coverage scoverage
0 commit comments