Browse Source

Fix Checkstyle

Issue gh-7955
pull/7962/head
Rob Winch 6 years ago
parent
commit
9afa95f925
  1. 4
      build.gradle

4
build.gradle

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

Loading…
Cancel
Save