Skip to content

Commit 77d3675

Browse files
authored
Refined audits (#612)
1 parent 54c47d9 commit 77d3675

File tree

14 files changed

+1388
-1764
lines changed

14 files changed

+1388
-1764
lines changed

common.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'java'
66
apply plugin: 'maven'
77

88
String mavenGroupId = 'org.cirdles'
9-
String mavenVersion = '1.7.6'
9+
String mavenVersion = '1.7.7'
1010

1111
sourceCompatibility = '1.8'
1212
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
@@ -97,4 +97,4 @@ if (JavaVersion.current().isJava8Compatible()) {
9797
}
9898
tasks.withType(JavaCompile) {
9999
options.encoding = 'UTF-8'
100-
}
100+
}

0 commit comments

Comments
 (0)