Skip to content

Commit 101c88d

Browse files
Bump com.diffplug.spotless from 8.0.0 to 8.1.0 (#626)
1 parent 2aa02ca commit 101c88d

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.5' //code check, working on byte code
9-
id 'com.diffplug.spotless' version '8.0.0'//code format
9+
id 'com.diffplug.spotless' version '8.1.0'//code format
1010
id 'jacoco' // java code coverage plugin
1111
id "org.sonarqube" version "7.0.1.6134" // sonarqube
1212
id "org.scoverage" version "8.1" // scala code coverage scoverage

0 commit comments

Comments
 (0)