-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
29 lines (26 loc) · 1013 Bytes
/
gradle.properties
File metadata and controls
29 lines (26 loc) · 1013 Bytes
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
group=io.github.danielliu1123
version=0.1.0-SNAPSHOT
# dependencies
# https://central.sonatype.com/artifact/org.projectlombok/lombok
lombokVersion=1.18.42
# https://central.sonatype.com/artifact/com.fasterxml.jackson.core/jackson-databind
jacksonVersion=2.20.0
# https://central.sonatype.com/artifact/info.picocli/picocli
picocliVersion=4.7.7
# https://github.com/graalvm/native-build-tools
graalvmBuildToolsVersion=0.11.0
# https://github.com/GoodforGod/graalvm-hint
graalvmHintProcessor=1.2.0
# Code quality
# https://plugins.gradle.org/plugin/com.diffplug.gradle.spotless
spotlessVersion=7.2.1
# https://plugins.gradle.org/plugin/com.github.spotbugs
spotbugsVersion=6.4.2
# https://github.com/spring-gradle-plugins/nullability-plugin
nullabilityVersion=0.0.4
# https://github.com/jspecify/jspecify
jspecifyVersion=1.0.0
org.gradle.parallel=true
org.gradle.caching=true
# https://docs.gradle.org/9.0.0/userguide/configuration_cache_enabling.html#config_cache:usage:enable
org.gradle.configuration-cache=true