Skip to content

Commit

Permalink
Stop using milestone platform
Browse files Browse the repository at this point in the history
See #192
  • Loading branch information
timyates committed Sep 8, 2023
1 parent 3a0b9f5 commit 7b5bdde
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,7 @@ plugins {

configurations.all {
resolutionStrategy {
eachDependency {
if (requested.group == "io.micronaut.platform" && requested.name == "micronaut-platform") {
useVersion("4.0.0-M1")
because("There's no M2 platform yet")
}
}
dependencySubstitution {
substitute(module("io.micronaut.crac:micronaut-crac")).using(project(":micronaut-crac")).because("we work with the unreleased development version")
}
preferProjectModules()
}
}

Expand Down

0 comments on commit 7b5bdde

Please sign in to comment.