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 7d51972 + 275e775 commit b94d89cCopy full SHA for b94d89c
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 '4.7.8' //code check, working on byte code
9
- id 'com.diffplug.spotless' version '5.16.0'//code format
+ id 'com.diffplug.spotless' version '5.17.0'//code format
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
0 commit comments