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 c523d25 + 2102fbf commit 1ac4d0fCopy full SHA for 1ac4d0f
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id 'groovy' // groovy support
5
id 'pmd' // code check, working on source code
6
id 'com.diffplug.spotless' version '6.0.4'//code format
7
- id 'com.github.spotbugs' version '5.0.1' // code check, working on byte code
+ id 'com.github.spotbugs' version '5.0.2' // 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
10
id "com.github.maiflai.scalatest" version "0.31" // run scalatest without specific spec task
0 commit comments