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:
committed by
Jesse Wilson
parent
06f1c7522c
commit
22ce72a17c
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user