Update gradle.properties
This commit is contained in:
parent
e9ec69cd1b
commit
3ebfa1da19
|
|
@ -1,20 +1,20 @@
|
|||
# Versions
|
||||
cas.version=6.1.0-SNAPSHOT
|
||||
springBootVersion=2.2.0.RC1
|
||||
springBootVersion=2.2.0
|
||||
|
||||
# Use -jetty, -undertow to other containers
|
||||
# Or blank if you want to deploy to an external container
|
||||
appServer=-tomcat
|
||||
executable=false
|
||||
|
||||
gradleVersion=5.6.2
|
||||
tomcatVersion=9.0.24
|
||||
gradleVersion=5.6.3
|
||||
tomcatVersion=9.0.27
|
||||
|
||||
group=org.apereo.cas
|
||||
sourceCompatibility=11
|
||||
targetCompatibility=11
|
||||
|
||||
jibVersion=1.6.0
|
||||
jibVersion=1.7.0
|
||||
|
||||
# Location of the downloaded CAS shell JAR
|
||||
shellDir=build/libs
|
||||
|
|
|
|||
Loading…
Reference in New Issue