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 9a5c3d5 commit ba2860cCopy full SHA for ba2860c
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id 'maven-publish'
5
id 'signing'
6
id 'pmd' // code check, working on source code
7
- id 'com.diffplug.spotless' version '5.11.0'//code format
+ id 'com.diffplug.spotless' version '5.11.1'//code format
8
id 'com.github.spotbugs' version '4.7.0' // code check, working on byte code
9
id 'com.github.onslip.gradle-one-jar' version '1.0.6' // pack a self contained jar
10
id 'de.undercouch.download' version '4.1.1'
0 commit comments