Skip to content

Commit

Permalink
Pin versions ahead of release
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jan 9, 2025
1 parent 779c128 commit 8f1dcec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ plugins {
group = "org.openrewrite.recipe"
description = "Modernize Jenkins plugins. Automatically."

val rewriteVersion = rewriteRecipe.rewriteVersion.get()
val rewriteVersion = "latest.release"
dependencies {
compileOnly("org.projectlombok:lombok:latest.release")
compileOnly("com.google.code.findbugs:jsr305:latest.release")
annotationProcessor("org.projectlombok:lombok:latest.release")

implementation(platform("org.openrewrite:rewrite-bom:$rewriteVersion"))
implementation(platform("org.openrewrite:rewrite-bom:8.41.1"))

implementation("org.openrewrite:rewrite-groovy")
implementation("org.openrewrite:rewrite-java")
implementation("org.openrewrite:rewrite-maven")
implementation("org.openrewrite:rewrite-yaml")
implementation("org.openrewrite.recipe:rewrite-java-dependencies:$rewriteVersion")
implementation("org.openrewrite.recipe:rewrite-java-dependencies:1.24.1")
runtimeOnly("org.openrewrite:rewrite-java-11")

testImplementation("org.ow2.asm:asm:latest.release")
Expand Down

0 comments on commit 8f1dcec

Please sign in to comment.