浏览代码

Remove exclude of nohttp svg

We don't use svg images in our docs anymore.

Issue gh-7973
Rob Winch 5 年之前
父节点
当前提交
ea6a0635ef
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      build.gradle

+ 0 - 4
build.gradle

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