Skip to content

Commit

Permalink
Also apply latest.integration of rewrite-bom to rewrite-csharp module
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurens-W committed Nov 27, 2024
1 parent 2f419b0 commit 90a65ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rewrite-csharp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ plugins {
id("org.openrewrite.build.language-library")
}

val latest = if (System.getenv("RELEASE_PUBLICATION") != null) "latest.release" else "latest.integration"

dependencies {
// The bom version can also be set to a specific version
// https://github.com/openrewrite/rewrite-recipe-bom/releases
implementation(platform("org.openrewrite:rewrite-bom:latest.release"))
implementation(platform("org.openrewrite:rewrite-bom:${latest}"))

implementation("org.openrewrite:rewrite-core")
implementation("org.openrewrite:rewrite-java")
Expand Down

0 comments on commit 90a65ba

Please sign in to comment.