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 f64385f + 4989854 commit 3a8eac1Copy full SHA for 3a8eac1
build.gradle
@@ -5,8 +5,8 @@ plugins {
5
id 'signing'
6
id 'pmd' // code check, working on source code
7
id 'com.diffplug.spotless' version '6.11.0'//code format
8
- id 'com.github.spotbugs' version '5.0.12' // code check, working on byte code
9
- id 'de.undercouch.download' version '5.2.1'
+ id 'com.github.spotbugs' version '5.0.13' // code check, working on byte code
+ id 'de.undercouch.download' version '5.3.0'
10
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
11
id 'jacoco' // java code coverage plugin
12
id "org.sonarqube" version "3.4.0.2513" // sonarqube
0 commit comments