Skip to content

Commit c55bbbb

Browse files
authored
Merge branch 'dev' into ms/#234-enhancing-documentation
2 parents 61da864 + d4ce3fa commit c55bbbb

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.0.0'//code format
4+
id 'com.diffplug.spotless' version '7.0.1'//code format
55
id 'pmd' // code check, working on source code
66
id 'com.github.spotbugs' version '6.0.27' // code check, working on byte code
77
id "org.sonarqube" version "6.0.1.5171" // sonarqube

0 commit comments

Comments
 (0)