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 18f6f1f commit 5b27e69Copy full SHA for 5b27e69
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id 'java' // java support
4
id 'scala' // scala support
5
id 'pmd' //code check, working on source code
6
- id 'com.diffplug.spotless' version '6.23.3'//code format
+ id 'com.diffplug.spotless' version '6.25.0'//code format
7
id "org.sonarqube" version "4.4.1.3373" // sonarqube
8
id 'org.scoverage' version '8.0.3' // Code coverage plugin for scala
9
id "com.github.maiflai.scalatest" version "0.32" // run scalatest without specific spec task
0 commit comments