forked from apereo/cas-overlay-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
28 lines (22 loc) · 719 Bytes
/
Copy pathgradle.properties
File metadata and controls
28 lines (22 loc) · 719 Bytes
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
# Versions
cas.version=6.1.0-RC1
#cas.version=6.1.0-RC2-SNAPSHOT
springBootVersion=2.1.2.RELEASE
# Use -jetty, -undertow to other containers
# Or blank if you want to deploy to an external container
appServer=-tomcat
executable=false
gradleVersion=5.2.1
tomcatVersion=9.0.14
group=org.apereo.cas
sourceCompatibility=11
targetCompatibility=11
jibVersion=1.0.0
# Location of the downloaded CAS shell JAR
shellDir=build/libs
ivyVersion=2.4.0
gradleDownloadTaskVersion=3.4.3
gradleLogVersion=0.1.0
# use without "-slim" in tag name if you want tools like jstack, adds about 100MB to image size
# (https://hub.docker.com/r/adoptopenjdk/openjdk11/tags/)
baseDockerImage=adoptopenjdk/openjdk11:jdk11-alpine-nightly-slim