Skip to content

Commit 8174a4f

Browse files
committed
Test tomcat
1 parent b1d4686 commit 8174a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111

1212
plugins {
1313
id 'war'
14-
id 'org.gretty' version '4.1.1'
14+
id 'org.gretty' version '4.1.4'
1515
id 'com.vaadin'
1616
}
1717

@@ -25,7 +25,7 @@ repositories {
2525

2626
gretty {
2727
contextPath = "/"
28-
servletContainer = 'jetty11'
28+
servletContainer = 'tomcat10'
2929
}
3030

3131
// The following pnpmEnable = false is not needed as npm is used by default,

0 commit comments

Comments
 (0)