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.12.1/.gitkeep Normal file
View File

View File

@@ -1,12 +0,0 @@
buildscript {
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
}
}
apply from: '../common.gradle'
minecraft {
version = '1.12.1-14.22.0.2444'
mappings = "snapshot_20170615"
}