Skip to content

Commit 25992c1

Browse files
authored
Merge branch 'main' into ms/#320-adding-new-feature-to-GeoUtils
2 parents 08f27e6 + 0e4e5d4 commit 25992c1

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 '5.0.13' //code check, working on byte code
9-
id 'com.diffplug.spotless' version '6.11.0'//code format
9+
id 'com.diffplug.spotless' version '6.12.0'//code format
1010
id 'jacoco' // java code coverage plugin
1111
id "org.sonarqube" version "3.5.0.2730" // sonarqube
1212
id "org.scoverage" version "7.0.1" // scala code coverage scoverage

0 commit comments

Comments
 (0)