Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest committed Apr 23, 2021
1 parent 2cbada4 commit 8a4d60f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ buildscript {
name = "forge"
url = "https://maven.minecraftforge.net/"
}
maven {
name = "JitPack"
url = "https://jitpack.io/"
}
flatDir dirs: 'libs'
}
dependencies {
<<<<<<< HEAD
classpath "com.github.asbyth:ForgeGradle:581a86dcbe"
=======
classpath "net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT"
>>>>>>> parent of c494514 (Fix gradle by using asbyth's forgegradle fork)
}
}
apply plugin: 'net.minecraftforge.gradle.forge'
Expand Down

0 comments on commit 8a4d60f

Please sign in to comment.