Skip to content

Commit

Permalink
Add content specs in settings.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Apr 5, 2024
1 parent 49c50af commit cf41ef5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ pluginManagement {
maven {
name = 'NeoForged'
url = 'https://maven.neoforged.net/releases'
}
maven {
name = "Intelligence Minecraft"
url = "https://mvn.intelligence-modding.de/Minecraft"

content {
includeGroup("net.minecraftforge")
includeGroup("net.neoforged.gradle")
includeGroup("net.neoforged")
includeGroup("org.spongepowered.mixin")
includeGroup("org.spongepowered")
}
}
}
}
Expand Down

0 comments on commit cf41ef5

Please sign in to comment.