Skip to content

Commit

Permalink
Use project reference for rewrite-python-remote dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Oct 17, 2024
1 parent 9fad190 commit e71b20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rewrite-python/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation("org.openrewrite:rewrite-core")
implementation("org.openrewrite:rewrite-java")
// FIXME: temporary until we've decided how to best integrate into CLI
runtimeOnly("org.openrewrite:rewrite-python-remote:$latest")
runtimeOnly(project(":rewrite-python-remote"))

testImplementation("org.openrewrite:rewrite-test")
testImplementation("org.junit-pioneer:junit-pioneer:latest.release")
Expand Down

0 comments on commit e71b20a

Please sign in to comment.