mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-30 15:52:15 +00:00
Fix Checkstyle
Issue gh-7955
This commit is contained in:
parent
55f42fc153
commit
9afa95f925
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user