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 2fc5258 + c0ca212 commit f23ca2cCopy full SHA for f23ca2c
build.gradle
@@ -5,8 +5,8 @@ plugins {
5
id 'maven-publish'
6
id 'signing'
7
id 'pmd' //code check, working on source code
8
- id 'com.github.spotbugs' version '4.7.3' //code check, working on byte code
9
- id 'com.diffplug.spotless' version '5.14.3'//code format
+ id 'com.github.spotbugs' version '4.7.8' //code check, working on byte code
+ id 'com.diffplug.spotless' version '5.16.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