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 c4d05e9 + 98e8725 commit 2217c26Copy full SHA for 2217c26
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
id 'signing'
6
id 'pmd' // code check, working on source code
7
id 'com.diffplug.spotless' version '8.1.0' //code format
8
- id 'com.github.spotbugs' version '6.4.5' // code check, working on byte code
+ id 'com.github.spotbugs' version '6.4.6' // 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
11
id 'jacoco' // java code coverage plugin
0 commit comments