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 d3243d4 + f5140d1 commit 94afd57Copy full SHA for 94afd57
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id 'java' //java support
4
id 'groovy' // groovy support
5
id 'pmd' // code check, working on source code
6
- id 'com.diffplug.spotless' version '6.0.5'//code format
+ id 'com.diffplug.spotless' version '6.1.0'//code format
7
id 'com.github.spotbugs' version '5.0.3' // code check, working on byte code
8
id 'de.undercouch.download' version '4.1.2'
9
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
0 commit comments