forked from apereo/cas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
43 lines (43 loc) · 1.63 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
######################################################
# Platform metadata for releases, POM generation, etc.
######################################################
group=org.apereo.cas
version=7.2.0-SNAPSHOT
projectUrl=https://www.apereo.org/projects/cas
projectInceptionYear=2004
projectScmUrl=scm:[email protected]:apereo/cas.git
projectLicenseName=The Apache Software License, Version 2.0
projectLicenseUrl=https://www.apache.org/licenses/LICENSE-2.0.txt
projectLicenseDistribution=repo
projectIssueSystem=GitHub
projectIssueUrl=https://github.com/apereo/cas/pulls
releaseRepositoryUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2/
snapshotsRepositoryUrl=https://oss.sonatype.org/content/repositories/snapshots/
sonatypeStagingProfileId=11d1ddbbdeae9d
############################
# Gradle settings
############################
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.jvmargs=-Xms1024m -Xmx8048m \
-XX:+EnableDynamicAgentLoading -XX:SoftRefLRUPolicyMSPerMB=0 \
-XX:ReservedCodeCacheSize=128m -XX:TieredStopAtLevel=1 \
--add-opens java.base/java.io=ALL-UNNAMED
org.gradle.unsafe.configuration-cache=true
org.gradle.configuration-cache.parallel=true
############################################
# SonarQube settings for code quality checks
############################################
sonarHostUrl=https://sonarcloud.io
sonarOrganization=apereo
sonarProjectName=cas
#######################
# Platform SDK versions
#######################
sourceCompatibility=21
targetCompatibility=21
################
# Gradle plugins
################
develocityApereoServerUrl=https://develocity.apereo.org/