mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Add java8 runtime option to all non-production appengine-web*.xml files
Java 8 is go! https://cloudplatform.googleblog.com/2017/09/Java-8-on-App-Engine-Standard-environment-is-now-generally-available.html We will add this option to the production files next week. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170101056
This commit is contained in:
parent
498f390e54
commit
8908686f23
12 changed files with 12 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
<application>domain-registry</application>
|
||||
<version>1</version>
|
||||
<runtime>java8</runtime>
|
||||
<module>backend</module>
|
||||
<threadsafe>true</threadsafe>
|
||||
<sessions-enabled>true</sessions-enabled>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue