-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathgradle.properties
More file actions
54 lines (50 loc) · 2.19 KB
/
Copy pathgradle.properties
File metadata and controls
54 lines (50 loc) · 2.19 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# ====================================
# Project Configuration
# ====================================
APP_GROUP=com.baomidou
APP_VERSION=4.5.0
# ====================================
# Gradle Build Optimization
# ====================================
# Enable build cache for faster incremental builds
org.gradle.caching=true
# Enable parallel build execution
org.gradle.parallel=true
# Configure JVM heap size for Gradle daemon
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError
# Enable configuration cache (Gradle 8.x+)
# Note: Currently disabled due to potential plugin compatibility issues
# Uncomment after verifying all plugins support configuration cache
# org.gradle.configuration-cache=true
# org.gradle.configuration-cache.problems=warn
# ====================================
# Maven Central Publishing Configuration
# ====================================
SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
POM_NAME=dynamic-datasource
POM_DESCRIPTION=dynamic datasource for spring boot
POM_INCEPTION_YEAR=2018
POM_URL=https://github.com/baomidou/dynamic-datasource-spring-boot-starter/
POM_LICENSE_NAME=Apache License, Version 2.0
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/baomidou/dynamic-datasource-spring-boot-starter/
POM_SCM_CONNECTION=scm:git:git://github.com/baomidou/dynamic-datasource-spring-boot-starter.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/baomidou/dynamic-datasource-spring-boot-starter.git
POM_DEVELOPER_ID=TaoYu
POM_DEVELOPER_NAME=TaoYu
POM_DEVELOPER_URL=https://github.com/baomidou/dynamic-datasource-spring-boot-starter
POM_DEVELOPER_EMAIL=tracy5546@gmail.com
# ====================================
# Signing Configuration
# SECURITY WARNING: Do not commit sensitive information!
# Use environment variables or gradle.properties in user home instead
# ====================================
# signing.keyId=YOUR_KEY_ID
# signing.password=USE_ENVIRONMENT_VARIABLE
# signing.secretKeyRingFile=USE_ENVIRONMENT_VARIABLE
# Temporary configuration (should be moved to ~/.gradle/gradle.properties)
signing.keyId=1FD337F9
signing.password=243194995
signing.secretKeyRingFile=C:/signing.gpg