Skip to content

Commit

Permalink
Adding Apache commons-io test runtime dependency since it has been re…
Browse files Browse the repository at this point in the history
…moved from rewrite-core.
  • Loading branch information
pway99 committed Jun 24, 2022
1 parent fa7d718 commit 7208b6a
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 @@ -116,6 +116,7 @@ dependencies {

testRuntimeOnly("org.openrewrite:rewrite-java-11:${rewriteVersion}")
testRuntimeOnly("org.openrewrite:rewrite-java-8:${rewriteVersion}")
testRuntimeOnly("commons-io:commons-io:latest.release")
}

tasks.named<Test>("test") {
Expand Down

0 comments on commit 7208b6a

Please sign in to comment.