Selaa lähdekoodia

Fix Checkstyle

Issue gh-7955
Rob Winch 5 vuotta sitten
vanhempi
commit
9afa95f925
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      build.gradle

+ 4 - 0
build.gradle

@@ -30,6 +30,10 @@ repositories {
 	mavenCentral()
 }
 
+nohttp {
+	source.exclude "**/*.svg" 
+}
+
 subprojects {
 	plugins.withType(JavaPlugin) {
 		project.sourceCompatibility='1.8'