Skip to content

Commit

Permalink
Switch to new artifact id for Minecraft metadata and PR maven
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed May 20, 2024
1 parent db47160 commit cc18c0a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@ subprojects {
name 'forge'
url 'https://maven.neoforged.net/releases'
}
// TODO: Remove this once we've validated the Minecraft Metadata is sufficient
maven {
name 'Maven for PR #1' // https://github.com/neoforged/GradleMinecraftDependencies/pull/1
url 'https://prmaven.neoforged.net/GradleMinecraftDependencies/pr1'
content {
includeModule('net.neoforged', 'minecraft-dependencies')
}
}
for (tool in TOOLS) {
if (tool.repo) {
maven {
Expand Down Expand Up @@ -842,7 +850,7 @@ subprojects {
}

dependencies {
neoformLibraries("net.neoforged:minecraft:${project.version}") {
neoformLibraries("net.neoforged:minecraft-dependencies:${project.version}") {
capabilities {
requireCapability 'net.neoforged:minecraft-dependencies'
}
Expand Down

0 comments on commit cc18c0a

Please sign in to comment.