Combine all versions into a single tree
This commit is contained in:
17
versions/1.11.2/build.gradle
Normal file
17
versions/1.11.2/build.gradle
Normal file
@@ -0,0 +1,17 @@
|
||||
buildscript {
|
||||
dependencies {
|
||||
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
|
||||
}
|
||||
}
|
||||
|
||||
apply from: '../common.gradle'
|
||||
|
||||
minecraft {
|
||||
version = '1.11.2-13.20.0.2216'
|
||||
mappings = "snapshot_20161220"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
shade 'com.github.replaymod:ReplayStudio:9605121'
|
||||
shade project(':jGui:versions:1.9.4')
|
||||
}
|
||||
Reference in New Issue
Block a user