Remove :versions prefix from gradle projects and remove duplicated build code

This commit is contained in:
Jonas Herzig
2018-03-05 20:46:56 +01:00
parent 8ed9c75ba1
commit fbbca76099
28 changed files with 85 additions and 231 deletions

0
versions/1.8/.gitkeep Normal file
View File

View File

@@ -1,12 +0,0 @@
buildscript {
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.0-SNAPSHOT'
}
}
apply from: '../common.gradle'
minecraft {
version = '1.8-11.14.4.1563'
mappings = "snapshot_nodoc_20141130"
}