File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ dependencies {
9696 implementation ' com.google.code.gson:gson:2.10.1'
9797 implementation ' org.apache.velocity:velocity:1.7'
9898 implementation ' com.github.albfernandez:juniversalchardet:2.4.0'
99- implementation ' com.github.inwc3:jmpq3:1676fc7020 '
100- implementation ' com.github.inwc3:wc3libs:e33d3dc368 '
99+ implementation ' com.github.inwc3:jmpq3:29b55f2c32 '
100+ implementation ' com.github.inwc3:wc3libs:bd76116d0e '
101101 implementation ' com.github.wurstscript:wurstsetup:393cf5ea39'
102102 implementation ' org.slf4j:slf4j-api:1.7.25'
103103 implementation ' ch.qos.logback:logback-classic:1.5.13'
@@ -193,7 +193,7 @@ tasks.named('compileJava') { it.dependsOn('gen') }
193193/* * -------- Tests -------- */
194194
195195test {
196- jvmArgs = [' -Xms2g ' , ' -Xmx8g ' , ' -XX:+UseG1GC ' ]
196+ jvmArgs = [' -XX:MaxRAMPercentage=75 ' , ' -XX:InitialRAMPercentage=30 ' , ' -XX:MinRAMPercentage=30 ' ]
197197 useTestNG()
198198}
199199
You can’t perform that action at this time.
0 commit comments