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 69ff7b9 commit fd9c3b5Copy full SHA for fd9c3b5
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)
7
id 'pmd' // code check, working on source code
8
id 'com.github.spotbugs' version '5.0.6' // code check, working on byte code
9
- id 'com.diffplug.spotless' version '6.6.1'// code format
+ id 'com.diffplug.spotless' version '6.7.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