瀏覽代碼

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'