Skip to content

Commit ea6a063

Browse files
committed
Remove exclude of nohttp svg
We don't use svg images in our docs anymore. Issue gh-7973
1 parent a6c4712 commit ea6a063

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ repositories {
3030
mavenCentral()
3131
}
3232

33-
nohttp {
34-
source.exclude "**/*.svg"
35-
}
36-
3733
subprojects {
3834
plugins.withType(JavaPlugin) {
3935
project.sourceCompatibility='1.8'

0 commit comments

Comments
 (0)