Skip to content

Commit

Permalink
Update settings.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
EngineerSmith authored Feb 5, 2024
1 parent b04844d commit 62fede0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ pluginManagement {
repositories {
gradlePluginPortal()
maven { url = 'https://maven.minecraftforge.net/' }
maven { url = 'https://maven.parchmentmc.org' }
}
}

sourceControl {
gitRepository(URI.create("https://github.com/Technici4n/AE2Things-Forge.git")) {
producesModule("dev.technici4n:AE2-Things")
}
}
}

0 comments on commit 62fede0

Please sign in to comment.