File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 steps :
77 - name : Checkout Sources
88 uses : actions/checkout@v4
9- - name : Setup JDK 17
9+ - name : Setup JDK 21
1010 uses : actions/setup-java@v4
1111 with :
1212 distribution : temurin
13- java-version : 17
13+ java-version : 21
1414 - name : Setup Gradle
1515 uses : gradle/actions/setup-gradle@v3
1616 - name : Build with Gradle
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ kotlin.stdlib.default.dependency = false
1717
1818org.gradle.parallel =true
1919org.gradle.caching =true
20- org.gradle.jvmargs =-Xmx3072m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options \\ ="-Xmx3072M" -XX \\ :+UseParallelGC -XX:ReservedCodeCacheSize=512m
20+ org.gradle.jvmargs =-Xmx4096m
2121kotlin.code.style =official
You can’t perform that action at this time.
0 commit comments