Skip to content

Commit

Permalink
feat: Add Java 11 to runtime classpath (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmccarp authored Jun 25, 2021
1 parent 50407b0 commit f2a5921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ dependencies {
compileOnly("org.jetbrains.kotlin:kotlin-stdlib-jdk8")

runtimeOnly("org.openrewrite.recipe:rewrite-testing-frameworks:${rewriteVersion}")
runtimeOnly("org.openrewrite:rewrite-java-11:$rewriteVersion")

testImplementation("org.jetbrains.kotlin:kotlin-reflect")
testImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
Expand Down

0 comments on commit f2a5921

Please sign in to comment.