Upgrade Javaconfig samples to Gretty 4
Closes gh-1953
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id "org.gretty" version "3.0.7"
|
||||
id "org.gretty" version "4.0.0"
|
||||
id "io.spring.convention.spring-sample-war"
|
||||
}
|
||||
|
||||
@@ -27,5 +27,5 @@ dependencies {
|
||||
|
||||
gretty {
|
||||
jvmArgs = ['-Dspring.profiles.active=embedded-redis']
|
||||
servletContainer = 'tomcat9'
|
||||
servletContainer = 'tomcat10'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user