Skip to content

Commit 73187fe

Browse files
Bump com.diffplug.spotless from 7.1.0 to 7.2.0 (#310)
1 parent 04258af commit 73187fe

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
@@ -1,7 +1,7 @@
11
plugins {
22
id 'groovy' // groovy support
33
id 'java' // java support
4-
id 'com.diffplug.spotless' version '7.1.0'//code format
4+
id 'com.diffplug.spotless' version '7.2.0'//code format
55
id 'pmd' // code check, working on source code
66
id 'com.github.spotbugs' version '6.2.2' // code check, working on byte code
77
id "org.sonarqube" version "6.2.0.5505" // sonarqube

0 commit comments

Comments
 (0)