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

View File

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