Skip to content

Commit 0437460

Browse files
committed
Fix deprecated host parameter
1 parent eba6ec3 commit 0437460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: helloworld-servlet/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050

5151
// [START gretty]
5252
gretty {
53-
port = 8080
53+
httpPort = 8080
5454
contextPath = '/'
5555
servletContainer = 'jetty9' // What App Engine Flexible uses
5656
}

0 commit comments

Comments
 (0)