Update FG3 and Forge from git version to first official snapshots

This commit is contained in:
Jonas Herzig
2019-02-28 17:27:51 +01:00
parent 1e584769af
commit b6a4206816
4 changed files with 33 additions and 27 deletions

View File

@@ -6,7 +6,7 @@ include ':jGui'
//'1.8.9', FIXME
//'1.9.4',
//'1.12',
'1.13'
'1.13.2'
].each { version ->
include ":jGui:$version"
project(":jGui:$version").with {
@@ -27,7 +27,7 @@ def versions = [
//'1.12',
//'1.12.1',
//'1.12.2',
'1.13'
'1.13.2'
]
versions.each { version ->
include ":$version"