Skip to content

Commit

Permalink
Also include io.quarkus:quarkus-update-recipes:latest.release:core
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Feb 27, 2024
1 parent daaf993 commit 90438ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies {

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

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

0 comments on commit 90438ee

Please sign in to comment.