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

This reverts commit e7fd22d8cd.
This commit is contained in:
Scott Frederick
2019-07-05 14:47:27 -05:00
parent e7fd22d8cd
commit dd76afc561

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'