Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Migrate firingrange to Java 8 since Java 7 is deprecated on GAE standard
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=192299061
  • Loading branch information
Philipp Durrer committed Oct 29, 2018
1 parent c7033ad commit fe45c38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WEB-INF/appengine-web.xml
Expand Up @@ -3,6 +3,8 @@
<application>public-firing-range</application>
<version>1</version>

<runtime>java8</runtime>

<system-properties>
<property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
</system-properties>
Expand Down

0 comments on commit fe45c38

Please sign in to comment.