Skip to content

Commit

Permalink
chore(kotlin): use the JDK 11 kotlin libs (#4978)
Browse files Browse the repository at this point in the history
I missed this in commit #4919, which switched us to targeting Java 11.
  • Loading branch information
plumpy committed Oct 6, 2020
1 parent ae26e83 commit 7e2915e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/kotlin-test.gradle
Expand Up @@ -17,7 +17,7 @@
apply plugin: "kotlin"

dependencies {
testImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
testImplementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"

testImplementation "org.junit.jupiter:junit-jupiter-api"
testImplementation "org.junit.platform:junit-platform-runner"
Expand Down

0 comments on commit 7e2915e

Please sign in to comment.