We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa5c18 commit a162c49Copy full SHA for a162c49
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id 'scala'
5
id 'pmd' // code check, working on source code
6
id 'com.diffplug.spotless' version '6.25.0'//code format
7
- id 'com.github.spotbugs' version '6.1.6' // code check, working on byte code
+ id 'com.github.spotbugs' version '6.1.7' // 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
10
id "com.github.maiflai.scalatest" version "0.33" // run scalatest without specific spec task
0 commit comments