Преглед изворни кода

Fix Checkstyle

Issue gh-7955
Rob Winch пре 5 година
родитељ
комит
9afa95f925
1 измењених фајлова са 4 додато и 0 уклоњено
  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'