Skip to content

Commit

Permalink
build: remove mavenLocal() from buildscript repositories
Browse files Browse the repository at this point in the history
Ensures consistency across environments by avoiding reliance on local artifacts.
  • Loading branch information
matrei committed Nov 20, 2024
1 parent 79b6e01 commit 97f1e92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
buildscript {
repositories {
mavenLocal()
maven { url "https://plugins.gradle.org/m2/" }
maven { url "https://repo.grails.org/grails/core" }
}
Expand Down

0 comments on commit 97f1e92

Please sign in to comment.