Skip to content

Commit

Permalink
Attempt to fix build error by copying updated gradle script from http…
Browse files Browse the repository at this point in the history
  • Loading branch information
spacebuilder2020 authored and mitchej123 committed Oct 24, 2023
1 parent 0da29db commit 65490f6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -546,15 +546,10 @@ repositories {
}
maven {
name = "ic2"
url = "https://maven.ic2.player.to/"
metadataSources {
mavenPom()
artifact()
url = getURL("https://maven.ic2.player.to/", "https://maven2.ic2.player.to/")
content {
includeGroup "net.industrial-craft"
}
}
maven {
name = "ic2-mirror"
url = "https://maven2.ic2.player.to/"
metadataSources {
mavenPom()
artifact()
Expand Down

0 comments on commit 65490f6

Please sign in to comment.