Remove unintended changes.

This commit is contained in:
David Quintana 2020-02-02 23:05:04 +01:00
parent a901d80dd5
commit 2991e767dd
1 changed files with 1 additions and 4 deletions

View File

@ -8,12 +8,9 @@ buildscript {
name 'maven_central' name 'maven_central'
url 'https://repo.maven.apache.org/maven2/' url 'https://repo.maven.apache.org/maven2/'
} }
maven {
url 'http://dogforce-games.com/maven'
}
} }
dependencies { dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:3.0.165-run-configs-rework' classpath 'net.minecraftforge.gradle:ForgeGradle:3.+'
classpath 'org.ow2.asm:asm:7.2' classpath 'org.ow2.asm:asm:7.2'
classpath 'org.ow2.asm:asm-tree:7.2' classpath 'org.ow2.asm:asm-tree:7.2'
} }