We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be34756 commit 5b25011Copy full SHA for 5b25011
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 '7.0.2' //code format
+ id 'com.diffplug.spotless' version '7.0.3' //code format
8
id 'com.github.spotbugs' version '6.1.7' // code check, working on byte code
9
id 'de.undercouch.download' version '5.6.0'
10
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
0 commit comments