Remove exclude of nohttp svg
We don't use svg images in our docs anymore. Issue gh-7973
This commit is contained in:
@@ -30,10 +30,6 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
nohttp {
|
||||
source.exclude "**/*.svg"
|
||||
}
|
||||
|
||||
subprojects {
|
||||
plugins.withType(JavaPlugin) {
|
||||
project.sourceCompatibility='1.8'
|
||||
|
||||
Reference in New Issue
Block a user