Disable nohttp check for CI builds since it is incompatible wiht Java 6.

This commit is contained in:
Scott Frederick
2019-06-05 14:35:12 -05:00
parent 2ecd0e26ab
commit e7fd22d8cd

View File

@@ -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'