-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
65 lines (51 loc) · 1.65 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#version=7.0.0-RC4
version=6.5.9
#version=6.6.6
# CAS server version
#cas.version=7.0.0-RC4
cas.version=6.5.9
#cas.version=6.6.6
#springBootVersion=3.0.1
springBootVersion=2.6.3
#springBootVersion=2.7.3
# The version of this overlay project
group=org.apereo.cas
artifactId=cas-overlay
sourceCompatibility=17
targetCompatibility=17
gradleFreeFairPluginVersion=6.6.2
gradleDependencyManagementPluginVersion=1.1.0
# Used to build docker images
jibVersion=3.3.1
# Specify the coordinates of the container image to build via jib
containerImageOrg=apereo
containerImageName=cas
baseDockerImage=eclipse-temurin:17-jdk
allowInsecureRegistries=false
dockerImagePlatform=amd64:linux
containerImage=apereo/cas
# Include launch script for executable WAR artifact
# Setting this to true allows the final web application
# to be fully executable on its own
executable=true
# Use -tomcat, -jetty, -undertow for deployment to other embedded containers
# if the overlay application supports or provides the chosen type.
# You should set this to blank if you want to deploy to an external container.
# and want to set up, download and manage the container (i.e. Apache Tomcat) yourself.
appServer=-tomcat
# Settings to generate keystore
# used by the build to assist with creating
# self-signed certificates for https endpoints
certDir=/etc/cas
serverKeystore=thekeystore
exportedServerCert=cas.crt
storeType=PKCS12
# Location of the downloaded CAS Shell JAR
shellDir=build/libs
ivyVersion=2.5.0
gradleDownloadTaskVersion=4.1.1
tomcatVersion=10.1.5
# Include private repository
# override these in user properties or pass in values from env on command line
privateRepoUrl=
privateRepoUsername=