generated from apereo/cas-overlay-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
57 lines (44 loc) · 1.56 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
# The version of this overlay project
version=6.4.0-SNAPSHOT
#CAS server version
cas.version=6.4.0-SNAPSHOT
springBootVersion=2.5.3
group=org.apereo.cas
artifactId=cas-overlay
sourceCompatibility=11
targetCompatibility=11
gradleFreeFairPluginVersion=6.1.0
gradleDependencyManagementPluginVersion=1.0.11.RELEASE
# Used to build docker images
jibVersion=3.1.3
# Specify the coordinates of the container image to build via jib
containerImageOrg=apereo
containerImageName=cas
baseDockerImage=adoptopenjdk/openjdk11:alpine-jre
allowInsecureRegistries=false
# Include launch script for executable WAR artifact
# Setting this to true allows the final web application
# to be fully executable on its own
executable=false
# 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.4.0
gradleDownloadTaskVersion=4.1.1
# Control the version of the embedded Apache Tomcat server
tomcatVersion=9.0.52
# Include private repository
# override these in user properties or pass in values from env on command line
privateRepoUrl=
privateRepoUsername=