-
-
Notifications
You must be signed in to change notification settings - Fork 118
/
Copy pathgradle.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.3
# scm
projectScmUrl=https://github.com/hylexus/jt-framework
projectScmConnection=scm:git:[email protected]:hylexus/jt-framework.git
projectScmDeveloperConnection=scm:git:[email protected]: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
# 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