update to latest paralithic

This commit is contained in:
dfsek 2021-02-04 00:03:57 -07:00
parent 565266992f
commit 7418d67b09
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ dependencies {
"shadedApi"("org.apache.commons:commons-rng-core:1.3")
"shadedApi"("commons-io:commons-io:2.4")
"shadedApi"("com.dfsek:Paralithic:0.1.0+21c6ff6")
"shadedApi"("com.dfsek:Paralithic:0.1.1+255d4f9")
"shadedApi"("com.dfsek:Tectonic:1.2.3")
"shadedApi"("net.jafama:jafama:2.3.2")
"shadedApi"("org.yaml:snakeyaml:1.27")

View File

@ -96,7 +96,7 @@ val testWithPaper = task<JavaExec>(name = "testWithPaper") {
"-XX:InitiatingHeapOccupancyPercent=15", "-XX:G1MixedGCLiveThresholdPercent=90",
"-XX:G1RSetUpdatingPauseTimePercent=5", "-XX:SurvivorRatio=32", "-XX:+PerfDisableSharedMem",
"-XX:MaxTenuringThreshold=1", "-Dusing.aikars.flags=https://mcflags.emc.gs",
"-Daikars.new.flags=true", "-DIReallyKnowWhatIAmDoingISwear")
"-Daikars.new.flags=true", "-DIReallyKnowWhatIAmDoingISwear", "-DASMDumpClasses=true")
maxHeapSize = "3G"
minHeapSize = "3G"
//args = listOf("nogui")