소스 검색

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'