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.
2 parents 61da864 + d4ce3fa commit c55bbbbCopy full SHA for c55bbbb
build.gradle
@@ -1,7 +1,7 @@
1
plugins {
2
id 'groovy' // groovy support
3
id 'java' // java support
4
- id 'com.diffplug.spotless' version '7.0.0'//code format
+ id 'com.diffplug.spotless' version '7.0.1'//code format
5
id 'pmd' // code check, working on source code
6
id 'com.github.spotbugs' version '6.0.27' // code check, working on byte code
7
id "org.sonarqube" version "6.0.1.5171" // sonarqube
0 commit comments