Skip to content

Commit

Permalink
[App Engine] Change Java App Engine SDK-based Maven plugin to new Goo…
Browse files Browse the repository at this point in the history
…gle Cloud SDK-based Maven plugin. fixes #362 @2h30m
  • Loading branch information
みぞ@CrazyBeatCoder committed Mar 10, 2018
1 parent a99688d commit cd76d05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,13 @@ Copyright 2015 Google Inc.
</configuration>
</plugin>
<plugin>
<groupId>com.google.appengine</groupId>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>1.9.60</version>
<version>1.3.2</version>
<configuration>
<project>api-project-93144643231</project>
<version>1</version>
</configuration>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 0 additions & 2 deletions src/main/webapp/WEB-INF/appengine-web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
<!-- [START config] -->
<!-- https://cloud.google.com/appengine/docs/standard/java/config/appref -->
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<application>YOUR-PROJECT-ID</application>
<version>YOUR-VERSION-ID</version>
<threadsafe>true</threadsafe>
<runtime>java8</runtime>
<url-stream-handler>urlfetch</url-stream-handler>
Expand Down

0 comments on commit cd76d05

Please sign in to comment.