1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Remove exclude of nohttp svg

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

Issue gh-7973
This commit is contained in:
Rob Winch
2020-02-12 12:11:39 -06:00
parent a6c47120a4
commit ea6a0635ef
-4
View File
@@ -30,10 +30,6 @@ repositories {
mavenCentral()
}
nohttp {
source.exclude "**/*.svg"
}
subprojects {
plugins.withType(JavaPlugin) {
project.sourceCompatibility='1.8'