Disable nohttp check for CI builds since it is incompatible wiht Java 6.
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -59,11 +59,11 @@ ext {
|
||||
] as String[]
|
||||
}
|
||||
|
||||
apply plugin: 'io.spring.nohttp'
|
||||
|
||||
checkstyle {
|
||||
toolVersion = 8.16
|
||||
}
|
||||
//apply plugin: 'io.spring.nohttp'
|
||||
//
|
||||
//checkstyle {
|
||||
// toolVersion = 8.16
|
||||
//}
|
||||
|
||||
subprojects {
|
||||
apply plugin: 'java'
|
||||
|
||||
Reference in New Issue
Block a user