-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
48 lines (42 loc) · 1.51 KB
/
gradle.properties
File metadata and controls
48 lines (42 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
rootProject.name=artemis-benchmarking
profile=dev
# Build properties
node_version=24.11.0
npm_version=11.6.0
# Dependency versions
springBootVersion=4.0.2
commonsLangVersion=3.20.0
mapstructVersion=1.6.3
archunitJunit5Version=1.4.1
junitVersion=6.0.2
jacksonDatabindNullableVersion=0.2.8
mysqlVersion=9.6.0
testcontainersVersion=2.0.3
nettyVersion=4.2.7.Final
jgitVersion=7.5.0.202512021534-r
sshdVersion=2.17.1
jaxbRuntimeVersion=4.0.6
# gradle plugin version
jibPluginVersion=3.5.2
gitPropertiesPluginVersion=2.5.4
gradleNodePluginVersion=7.1.0
sonarqubePluginVersion=7.2.2.6593
spotlessPluginVersion=8.2.1
openapiPluginVersion=7.19.0
checkstyleVersion=13.1.0
modernizerPluginVersion=1.12.0
liquibaseTaskPrefix=liquibase
liquibasePluginVersion=3.1.0
liquibaseVersion=5.0.1
org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en \
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
--add-modules java.se \
--add-exports java.base/jdk.internal.ref=ALL-UNNAMED \
--add-opens java.base/java.lang=ALL-UNNAMED \
--add-opens java.base/sun.nio.ch=ALL-UNNAMED \
--add-opens java.management/sun.management=ALL-UNNAMED \
--add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED