Skip to content

Commit 68dc8df

Browse files
committed
Change GAE interop tests to use java11 runtime
The Java 8 runtime is end of support. Leaving this a gae-jdk8 for now. The gae-jdk8 was because AppEngine changed dramatically from Java 7 to Java 8. Nowadays the versions are more in line with OpenJDK and not very different from each other. Fixes 10925
1 parent 0d39c2c commit 68dc8df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gae-interop-testing/gae-jdk8/src/main/webapp/WEB-INF/appengine-web.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
-->
1414
<!-- [START config] -->
1515
<appengine-web-app xmlns='http://appengine.google.com/ns/1.0'>
16-
<threadsafe>true</threadsafe>
1716
<service>java-gae-interop-test</service>
18-
<runtime>java8</runtime>
17+
<runtime>java11</runtime>
1918
</appengine-web-app>
2019
<!-- [END config] -->

0 commit comments

Comments
 (0)