Skip to content

Commit

Permalink
Default to jdk9 platform for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Oct 2, 2019
1 parent ae67a3a commit 85eac94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ subprojects { project ->
}
}

def platform = System.getProperty("okhttp.platform", "jdk8")
def platform = System.getProperty("okhttp.platform", "jdk9")
def platformJavaHome = System.getProperty('test.java.home')

test {
Expand Down

0 comments on commit 85eac94

Please sign in to comment.