Skip to content

Commit b94d89c

Browse files
committed
Merge branch 'to/#133-add-scala-package' of https://github.com/ie3-institute/PowerSystemUtils into to/#133-add-scala-package
2 parents 7d51972 + 275e775 commit b94d89c

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 '4.7.8' //code check, working on byte code
9-
id 'com.diffplug.spotless' version '5.16.0'//code format
9+
id 'com.diffplug.spotless' version '5.17.0'//code format
1010
id 'com.simonharrer.modernizer' version '2.1.0-1' //detect deprecated APIs
1111
id 'com.github.onslip.gradle-one-jar' version '1.0.6' // pack a self contained jar
1212
id 'jacoco' // java code coverage plugin

0 commit comments

Comments
 (0)