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 @@ -45,8 +45,8 @@ dependencies {
4545 implementation group : ' com.dslplatform' , name : ' dsl-json-java8' , version : " ${ dslJsonVersion} "
4646 annotationProcessor group : ' com.dslplatform' , name : ' dsl-json-java8' , version : " ${ dslJsonVersion} "
4747 // FastJson
48- implementation group : ' com.alibaba.fastjson2' , name : ' fastjson2' , version : ' 2.0.31 '
49- implementation group : ' com.alibaba.fastjson2' , name : ' fastjson2-incubator-vector' , version : ' 2.0.31 '
48+ implementation group : ' com.alibaba.fastjson2' , name : ' fastjson2' , version : ' 2.0.32 '
49+ implementation group : ' com.alibaba.fastjson2' , name : ' fastjson2-incubator-vector' , version : ' 2.0.32 '
5050 // FlexJson
5151 implementation group : ' net.sf.flexjson' , name : ' flexjson' , version : ' 3.3'
5252 // GENSON
Original file line number Diff line number Diff line change 33JAR=build/libs/app.jar
44HEAP_SIZE=2g
55
6- [ -z ${JVM_OPTIONS} ] && JVM_OPTIONS=" -server -Xms${HEAP_SIZE} -Xmx${HEAP_SIZE} --add-opens=java.base/java.time=ALL-UNNAMED"
6+ [ -z ${JVM_OPTIONS} ] && JVM_OPTIONS=" -server -Xms${HEAP_SIZE} -Xmx${HEAP_SIZE} --add-opens=java.base/java.time=ALL-UNNAMED --add-modules=jdk.incubator.vector "
77[ -z ${SEED} ] && export SEED=${RANDOM}
88[ -z ${SHADOW} ] && echo ./gradlew clean build shadowJar && ./gradlew clean build shadowJar
99
You can’t perform that action at this time.
0 commit comments