Skip to content

Commit

Permalink
Merge pull request #10 from GTNewHorizons/fixbuild
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
Dream-Master authored Nov 27, 2021
2 parents db908a5 + c8bf325 commit 4954bb3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
}
}
dependencies {
classpath 'com.github.GTNH2:ForgeGradle:FG_1.2-SNAPSHOT'
classpath 'com.github.GTNewHorizons:ForgeGradle:1.2.4'
}
}

Expand Down Expand Up @@ -83,11 +83,6 @@ repositories {
name = 'Player Maven'
url = "https://maven.ic2.player.to"
}

maven {
name = "gt"
url = "https://gregtech.overminddl1.com/"
}
maven {
name = "chickenbones"
url = "https://chickenbones.net/maven/"
Expand Down Expand Up @@ -189,5 +184,4 @@ task downloadLibs(dependsOn: [downloadGregTech, downloadIC2], type: Copy) {
tasks.build.dependsOn sourceJar, deobfJar
tasks.sourceMainJava.dependsOn downloadLibs
tasks.eclipse.dependsOn downloadLibs
tasks.idea.dependsOn downloadLibs

tasks.idea.dependsOn downloadLibs

0 comments on commit 4954bb3

Please sign in to comment.