Skip to content

Commit

Permalink
Allow maven local for plugins (hannibal002#3318)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs authored Jan 26, 2025
1 parent 9b6832a commit bc6e273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pluginManagement {
includeBuild("sharedVariables")
repositories {
mavenCentral()
mavenLocal()
gradlePluginPortal()
maven("https://oss.sonatype.org/content/repositories/snapshots")
maven("https://maven.architectury.dev/")
Expand Down

0 comments on commit bc6e273

Please sign in to comment.