Combine all versions into a single tree

This commit is contained in:
Jonas Herzig
2018-02-10 23:35:57 +01:00
parent ec50efec10
commit 748b9da443
95 changed files with 2731 additions and 644 deletions

17
versions/1.8/build.gradle Normal file
View File

@@ -0,0 +1,17 @@
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"
}
dependencies {
shade 'com.github.replaymod:ReplayStudio:a2168ca'
shade project(':jGui:versions:1.8')
}