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

Commit

Permalink
i just wanted to revert a commit
Browse files Browse the repository at this point in the history
Wyvest authored Apr 23, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8a4d60f commit 5453ee3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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)
classpath "com.github.asbyth:ForgeGradle:f6500bf402"
}
}
apply plugin: 'net.minecraftforge.gradle.forge'
@@ -78,4 +78,4 @@ processResources {
}

rename '(.+_at.cfg)', 'META-INF/$1'
}
}

0 comments on commit 5453ee3

Please sign in to comment.