Skip to content

Commit c0ca212

Browse files
authored
Merge branch 'master' into to/#133-add-scala-package
2 parents 1fab982 + 0530e8d commit c0ca212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
id 'maven-publish'
66
id 'signing'
77
id 'pmd' //code check, working on source code
8-
id 'com.github.spotbugs' version '4.7.3' //code check, working on byte code
9-
id 'com.diffplug.spotless' version '5.14.3'//code format
8+
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
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)