Skip to content

Commit

Permalink
add runtime dep on remote codecs
Browse files Browse the repository at this point in the history
Signed-off-by: OlegDokuka <oleh@moderne.io>
  • Loading branch information
OlegDokuka committed Oct 17, 2024
1 parent 6acbaec commit beb5622
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rewrite-javascript/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ dependencies {
exclude(group = "org.openrewrite", module = "rewrite-javascript")
}

runtimeOnly(project(":rewrite-javascript-remote"))

compileOnly("org.assertj:assertj-core:latest.release")
testImplementation("org.assertj:assertj-core:latest.release")
testImplementation("org.junit.jupiter:junit-jupiter-api:latest.release")
Expand Down

0 comments on commit beb5622

Please sign in to comment.