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

View File

@@ -1,12 +0,0 @@
buildscript {
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT'
}
}
apply from: '../common.gradle'
minecraft {
version = '1.8.9-11.15.1.1722'
mappings = "stable_22"
}