Skip to content

Commit

Permalink
chore(gradle): remove usage of local maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano authored Oct 2, 2024
1 parent 6952c64 commit 37f1990
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend-services/voting-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ configurations {
}

repositories {
mavenLocal()
mavenCentral()
maven { url = uri("https://repo.spring.io/milestone") }
}
Expand Down

0 comments on commit 37f1990

Please sign in to comment.