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 ba467a4 + 5a26d9f commit 19582f1Copy full SHA for 19582f1
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
id 'maven-publish'
6
id 'signing'
7
id 'pmd' //code check, working on source code
8
- id 'com.github.spotbugs' version '6.2.2' //code check, working on byte code
+ id 'com.github.spotbugs' version '6.2.3' //code check, working on byte code
9
id 'com.diffplug.spotless' version '7.2.1'//code format
10
id 'jacoco' // java code coverage plugin
11
id "org.sonarqube" version "6.2.0.5505" // sonarqube
0 commit comments