From 22ce72a17ce7da69d044124c640dabaa190832ff Mon Sep 17 00:00:00 2001 From: Yuri Schimke Date: Mon, 12 Aug 2019 20:08:19 +0100 Subject: [PATCH] Revert build change that broke jdk8alpn (#5358) * Revert build change that broke jdk8alpn * revert ci change --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 154bee9d7..a1fb6a074 100644 --- a/build.gradle +++ b/build.gradle @@ -146,7 +146,7 @@ subprojects { project -> def alpnBootVersion = alpnBootVersion() if (alpnBootVersion != null) { dependencies { - testImplementation "org.mortbay.jetty.alpn:alpn-boot:$alpnBootVersion" + testCompile "org.mortbay.jetty.alpn:alpn-boot:$alpnBootVersion" } def alpnBootJar = configurations.testCompile.find { it.name.startsWith("alpn-boot-") } test {