Skip to content

Commit

Permalink
build: add prefectProjectModules resolution strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Mar 27, 2023
1 parent a22ffe0 commit c374347
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ repositories {
mavenCentral()
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
}
configurations.all {
resolutionStrategy {
preferProjectModules()
}
}

0 comments on commit c374347

Please sign in to comment.