Version to 1.11, add '1.6 source compat'
This commit is contained in:
parent
79cb54eb3f
commit
e4c0914eb7
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ repositories {
|
|||
|
||||
group = 'net.minecraft'
|
||||
archivesBaseName = 'launchwrapper'
|
||||
version = '1.10'
|
||||
version = '1.11'
|
||||
sourceCompatibility = 1.6
|
||||
|
||||
dependencies {
|
||||
compile 'net.sf.jopt-simple:jopt-simple:4.5'
|
||||
|
|
Loading…
Reference in a new issue