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 be6b20b commit 4132f45Copy full SHA for 4132f45
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
id 'pmd' // code check, working on source code
7
id 'com.diffplug.spotless' version '6.2.0'//code format
8
id 'com.github.spotbugs' version '5.0.5' // code check, working on byte code
9
- id 'de.undercouch.download' version '4.1.2'
+ id 'de.undercouch.download' version '5.0.1'
10
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
11
id 'jacoco' // java code coverage plugin
12
id "org.sonarqube" version "3.3" // sonarqube
0 commit comments