1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix Checkstyle

Issue gh-7955
This commit is contained in:
Rob Winch
2020-02-07 15:31:09 -06:00
parent 55f42fc153
commit 9afa95f925
+4
View File
@@ -30,6 +30,10 @@ repositories {
mavenCentral()
}
nohttp {
source.exclude "**/*.svg"
}
subprojects {
plugins.withType(JavaPlugin) {
project.sourceCompatibility='1.8'