Skip to content

Commit

Permalink
Add quarkus-update-recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Feb 21, 2024
1 parent a363898 commit 1f89beb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ dependencies {
runtimeOnly("org.openrewrite:rewrite-java")
runtimeOnly("org.openrewrite:rewrite-templating:${rewriteVersion}")

runtimeOnly("io.quarkus:quarkus-update-recipes:latest.release")
runtimeOnly("org.axonframework:axon-migration:latest.release")
runtimeOnly("tech.picnic.error-prone-support:error-prone-contrib:latest.release")

testImplementation("org.openrewrite:rewrite-java")
testImplementation("org.openrewrite:rewrite-test")

testImplementation("io.quarkus:quarkus-update-recipes:latest.release")
testImplementation("tech.picnic.error-prone-support:error-prone-contrib:latest.release")
testImplementation("org.junit.jupiter:junit-jupiter-engine:latest.release")

Expand All @@ -31,6 +33,7 @@ dependencies {
tasks.withType<ShadowJar> {
archiveClassifier.set("")
dependencies {
include(dependency("io.quarkus:quarkus-update-recipes:latest.release"))
include(dependency("org.axonframework:axon-migration"))
include(dependency("tech.picnic.error-prone-support:error-prone-contrib"))
}
Expand Down

0 comments on commit 1f89beb

Please sign in to comment.