Skip to content

Commit

Permalink
Trying to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelonn committed Jul 20, 2024
1 parent 45d7bc9 commit 582d4f1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ dependencyResolutionManagement {
}
}

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}

include "common"

[
Expand Down

0 comments on commit 582d4f1

Please sign in to comment.