forked from department-of-veterans-affairs/abd-vro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
64 lines (61 loc) · 2.07 KB
/
gradle.properties
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
group=gov.va.vro
mavenRepository=https://maven.pkg.github.com/department-of-veterans-affairs/abd-vro
mavenSnapshotRepository=https://maven.pkg.github.com/department-of-veterans-affairs/abd-vro
packaging=jar
dockerRegistry=va
java_target_version=17
plugin_target_version=17
asciidoctor_plugin_version=3.3.0
axion_release_plugin_version=1.13.2
buildtimetracker_version=0.11.0
sb_webflux=2.7.4
sb_security=2.7.4
auth0_jwt=4.2.1
auth0_jwks=0.21.2
gson_version=2.10
# 3.11.0 uses spring_boot 2.5.3
# 3.12.0 uses spring_boot 2.5.5
# 3.13 through 3.15 are not compatible with va.starter's spring_boot version
camel_version=3.19.0
jackson_version=2.13.4
jackson_databind_version=2.13.4.2
checkstyle_tool_version=8.36
flyway_plugin_version=9.2.0
gatling_plugin_version=3.8.4
scala_version=2.13.9
grgit_version=4.1.0
h2_version=2.1.214
hibernate_types_version=2.20.0
jacoco_tool_version=0.8.8
jacocolog_plugin_version=1.2.4
openapi_gradle_plugin_version=1.4.0
palantir_docker_plugin_version=0.27.0
palantir_docker_run_plugin_version=0.27.0
postgresql_version=42.5.0
processes_plugin_version=0.5.0
shellcheck_plugin_version=1.4.6
shellcheck_tool_version=v0.7.1
spotless_plugin_version=5.14.1
spring_security_version=5.7.5
spring_boot_version=2.7.11
class_graph_version=4.8.149
spring_framework_version=5.3.26
snakeyaml_version=2.0
starter_boot_version=0.1.32
swaggerhub_version=1.0.1
talaiot_plugin_base_version=1.4.1
talaiot_version=1.4.1
json_assert_version=1.5.1
taskinfo_plugin_version=2.0.0
testcontainers_version=1.17.4
junit_jupiter_version=5.9.1
io_jsonwebtoken_version=0.9.1
use_latest_versions_plugin_version=0.2.15
versions_plugin_version=0.36.0
org.gradle.jvmargs=--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
# For LH SecRel. This value is ignored if an environment variable of the same name is set.
GITHUB_ACCESS_TOKEN=null