-
-
Notifications
You must be signed in to change notification settings - Fork 117
/
gradle.properties
30 lines (30 loc) · 897 Bytes
/
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
org.gradle.jvmargs=-Dio.netty.allocator.type=unpooled
projectGroup=io.github.hylexus.jt
projectVersion=2.3.0-rc.1
# scm
projectScmUrl=https://github.com/hylexus/jt-framework
projectScmConnection=scm:git:git@github.com:hylexus/jt-framework.git
projectScmDeveloperConnection=scm:git:git@github.com:hylexus/jt-framework.git
# issue
projectIssueManagementSystem=GitHub
projectIssueManagementUrl=https://github.com/hylexus/jt-framework/issues
# license
projectLicenseName=
projectLicenseUrl=
projectLicenseDistribution=repo
# developer
projectDeveloperId=hylexus
projectDeveloperName=hylexus
projectDeveloperEmail=hylexus@163.com
# jdk
# spring-boot-2.x
defaultJavaVersion=8
# spring-boot-3.x
maximumJavaVersion=17
# bom
# spring-boot-2.x
defaultSpringBootBomVersion=2.7.18
defaultSpringCloudBomVersion=2021.0.9
# spring-boot-3.x
maximumSpringBootBomVersion=3.3.0
maximumSpringCloudBomVersion=2023.0.2