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