Seems successful so far

This commit is contained in:
Sekwah 2018-06-06 23:10:52 +01:00 committed by Sekwah
parent cf8addd5fa
commit abb0b5c1c4

View File

@ -55,6 +55,19 @@ group = 'com.sekwah.advancedportals'
description = ""
minecraft {
version = "1.12.2-14.23.2.2611"
runDir = "run"
// the mappings can be changed at any time, and must be in the following format.
// snapshot_YYYYMMDD snapshot are built nightly.
// stable_# stables are built at the discretion of the MCP team.
// Use non-default mappings at your own risk. they may not allways work.
// simply re-run your setup task after changing the mappings to update your workspace.
mappings = "snapshot_20180606"
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
}
sourceCompatibility = 1.8
targetCompatibility = 1.8