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.3-SNAPSHOT'
}
}
apply from: '../common.gradle'
minecraft {
version = '1.12.1-14.22.0.2444'
mappings = "snapshot_20170615"
}
dependencies {
shade 'com.github.replaymod:ReplayStudio:9ee698e'
shade project(':jGui:versions:1.12')
}