Skip to content

Commit

Permalink
Build against local changes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed May 7, 2024
1 parent 7feb807 commit 0a89462
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 @@ -11,6 +11,11 @@ allprojects {
group "org.springframework.boot"

repositories {
mavenLocal {
content {
includeGroup 'org.springframework'
}
}
mavenCentral()
if (version.contains('-')) {
maven { url "https://repo.spring.io/milestone" }
Expand Down

0 comments on commit 0a89462

Please sign in to comment.