-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgradle.properties
More file actions
36 lines (32 loc) · 1.36 KB
/
Copy pathgradle.properties
File metadata and controls
36 lines (32 loc) · 1.36 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
group=io.github.danielliu1123
version=4.1.0-SNAPSHOT
# https://github.com/spring-projects/spring-boot
springBootVersion=4.1.0
# https://docs.spring.io/spring-cloud-release/reference/index.html
# https://central.sonatype.com/artifact/org.springframework.cloud/spring-cloud-dependencies
#springCloudVersion=2025.1.2
springCloudCommonsVersion=5.0.2
# https://central.sonatype.com/artifact/org.springframework.cloud/spring-cloud-dependencies
springCloudOpenFeignVersion=5.0.2
# https://github.com/spring-gradle-plugins/dependency-management-plugin
springDependencyManagementPluginVersion=1.1.7
# https://github.com/spring-gradle-plugins/nullability-plugin
springNullabilityPluginVersion=0.0.8
# https://github.com/rodnansol/spring-configuration-property-documenter
springConfigurationPropertyDocumenterVersion=0.7.2
# https://github.com/graalvm/native-build-tools
graalVmNativePluginVersion=1.1.2
# Code quality
# https://plugins.gradle.org/plugin/com.diffplug.gradle.spotless
spotlessVersion=8.7.0
# https://plugins.gradle.org/plugin/com.github.spotbugs
spotbugsVersion=6.5.8
# https://github.com/spotbugs/spotbugs-gradle-plugin/blob/master/build.gradle.kts
spotbugsAnnotationsVersion=4.10.2
# Publishing
# https://github.com/DanielLiu1123/maven-deployer
deployerVersion=0.5.2
org.gradle.jvmargs=-Xmx4g
org.gradle.configuration-cache=true
org.gradle.parallel=true
org.gradle.caching=true