Explorar el Código

Fix Checkstyle

Issue gh-7955
Rob Winch hace 5 años
padre
commit
9afa95f925
Se han modificado 1 ficheros con 4 adiciones y 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'