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 ad6b88e commit 8b0ce5aCopy full SHA for 8b0ce5a
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id 'java' // java support
5
id 'scala' // scala support
6
id 'pmd' // code check, working on source code
7
- id 'com.diffplug.spotless' version '7.1.0'// code format
+ id 'com.diffplug.spotless' version '7.2.0'// code format
8
id "de.undercouch.download" version "5.6.0" // downloads plugin
9
id 'jacoco' // java code coverage plugin
10
id "org.sonarqube" version "6.2.0.5505" // sonarqube
0 commit comments