1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-14 07:22:20 +03:00

Revert build change that broke jdk8alpn (#5358)

* Revert build change that broke jdk8alpn

* revert ci change
This commit is contained in:
Yuri Schimke
2019-08-12 20:08:19 +01:00
committed by Jesse Wilson
parent 06f1c7522c
commit 22ce72a17c

View File

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