Skip to content

Commit

Permalink
Remove neo snapshot maven
Browse files Browse the repository at this point in the history
  • Loading branch information
dhyces committed Jun 14, 2024
1 parent b0f1bc1 commit 804b0ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions neo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,6 @@ repositories {
name = "Neo"
url = uri("https://maven.neoforged.net/releases")
}
maven {
name = "Maven for PR #1076" // https://github.com/neoforged/NeoForge/pull/1076
url = uri("https://prmaven.neoforged.net/NeoForge/pr1076")
content {
includeModule("net.neoforged", "neoforge")
}
}
}

dependencies {
Expand Down
7 changes: 0 additions & 7 deletions testmods/neo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ repositories {
name = "Neo"
url = uri("https://maven.neoforged.net/releases")
}
maven {
name = "Maven for PR #1076" // https://github.com/neoforged/NeoForge/pull/1076
url = uri("https://prmaven.neoforged.net/NeoForge/pr1076")
content {
includeModule("net.neoforged", "neoforge")
}
}
}

dependencies {
Expand Down

0 comments on commit 804b0ad

Please sign in to comment.