Explorar o código

Fix Checkstyle

Issue gh-7955
Rob Winch %!s(int64=5) %!d(string=hai) anos
pai
achega
9afa95f925
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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'