Skip to content

Commit 7ec80e4

Browse files
Bump com.diffplug.spotless from 7.2.1 to 8.0.0 (#604)
1 parent 8b29eb7 commit 7ec80e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id 'signing'
77
id 'pmd' //code check, working on source code
88
id 'com.github.spotbugs' version '6.4.2' //code check, working on byte code
9-
id 'com.diffplug.spotless' version '7.2.1'//code format
9+
id 'com.diffplug.spotless' version '8.0.0'//code format
1010
id 'jacoco' // java code coverage plugin
1111
id "org.sonarqube" version "6.3.1.5724" // sonarqube
1212
id "org.scoverage" version "8.1" // scala code coverage scoverage

0 commit comments

Comments
 (0)