Update CI to use jdk17 and build tools 33.0.2:

- Using image tag 33.0.0
    - Using jdk 17
    - Removed old memory 512 gradle config
This commit is contained in:
vanous
2023-10-08 22:23:05 +02:00
parent dbb47351dd
commit df11c6e2f4
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit