Skip to content

Commit

Permalink
Add rewrite-java-11 to runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Jun 25, 2021
1 parent 7db1681 commit 1d37082
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 @@ -88,6 +88,7 @@ dependencies {

implementation("org.openrewrite:rewrite-java:${rewriteVersion}")
implementation("org.openrewrite:rewrite-maven:${rewriteVersion}")
runtimeOnly("org.openrewrite:rewrite-java-11:${rewriteVersion}")

// eliminates "unknown enum constant DeprecationLevel.WARNING" warnings from the build log
// see https://github.com/gradle/kotlin-dsl-samples/issues/1301 for why (okhttp is leaking parts of kotlin stdlib)
Expand Down

0 comments on commit 1d37082

Please sign in to comment.