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 e951f1f + 0ea6a54 commit 0b40e12Copy full SHA for 0b40e12
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id 'java' //java support
4
id 'scala'
5
id 'pmd' // code check, working on source code
6
- id 'com.diffplug.spotless' version '7.2.0'//code format
+ id 'com.diffplug.spotless' version '7.2.1'//code format
7
id 'com.github.spotbugs' version '6.2.2' // code check, working on byte code
8
id 'de.undercouch.download' version '5.6.0'
9
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
0 commit comments