From dd76afc561a105c459cbde4efb96bacb284ccf29 Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Fri, 5 Jul 2019 14:47:27 -0500 Subject: [PATCH] Revert "Disable nohttp check for CI builds since it is incompatible wiht Java 6." This reverts commit e7fd22d8cd100b4b433891a27319a4a4d9a579b8. --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 76167a3..de2d169 100644 --- a/build.gradle +++ b/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'