Start update to 1.13

This commit is contained in:
Jonas Herzig
2018-12-19 09:44:21 +01:00
parent 65295b311e
commit 9655677972
37 changed files with 793 additions and 245 deletions

View File

@@ -1,11 +1,12 @@
include ':jGui'
[
'core',
'1.7.10',
'1.8',
'1.8.9',
'1.9.4',
'1.12'
//'1.7.10', FIXME
//'1.8', FIXME
//'1.8.9', FIXME
//'1.9.4',
//'1.12',
'1.13'
].each { version ->
include ":jGui:$version"
project(":jGui:$version").with {
@@ -16,16 +17,17 @@ include ':jGui'
def versions = [
'core',
'1.7.10',
'1.8',
'1.8.9',
'1.9.4',
'1.10.2',
'1.11',
'1.11.2',
'1.12',
'1.12.1',
'1.12.2'
//'1.7.10', FIXME
//'1.8', FIXME
//'1.8.9', FIXME
//'1.9.4',
//'1.10.2',
//'1.11',
//'1.11.2',
//'1.12',
//'1.12.1',
//'1.12.2',
'1.13'
]
versions.each { version ->
include ":$version"