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.
1 parent 0f030d4 commit a26cdadCopy full SHA for a26cdad
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
id 'application' // creates a JVM executable
6
id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)
7
id 'pmd' // code check, working on source code
8
- id 'com.github.spotbugs' version '5.0.6' // code check, working on byte code
+ id 'com.github.spotbugs' version '5.0.7' // code check, working on byte code
9
id 'com.diffplug.spotless' version '6.7.0'// code format
10
id 'com.simonharrer.modernizer' version '2.1.0-1' // detect deprecated APIs
11
id 'com.github.onslip.gradle-one-jar' version '1.0.6' // pack a self contained jar
0 commit comments