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