File tree Expand file tree Collapse file tree 4 files changed +8
-14
lines changed
appengine-java8/endpoints-v2-migration
appengine/endpoints-frameworks-v2/migration-example Expand file tree Collapse file tree 4 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,10 @@ repositories { // repositories for Jar's you access in your code
3636apply plugin : ' java' // standard Java tasks
3737apply plugin : ' war' // standard Web Archive plugin
3838
39- // [START apply_appengine]
40- apply plugin : ' com.google.cloud.tools.appengine' // App Engine tasks
41- // [END apply_appengine]
42-
43- // [START apply_endpoints-framework-server]
39+ // [START apply_plugins]
40+ apply plugin : ' com.google.cloud.tools.appengine'
4441apply plugin : ' com.google.cloud.tools.endpoints-framework-server'
45- // [END apply_endpoints-framework-server ]
42+ // [END apply_plugins ]
4643
4744dependencies {
4845 providedCompile group : ' javax.servlet' , name : ' javax.servlet-api' , version :' 3.1.0'
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ limitations under the License.
7171 <plugin >
7272 <groupId >com.google.cloud.tools</groupId >
7373 <artifactId >appengine-maven-plugin</artifactId >
74- <version >1.3.1 </version >
74+ <version >1.3.2 </version >
7575 <configuration >
7676 <!-- deploy configuration -->
7777 </configuration >
Original file line number Diff line number Diff line change @@ -36,13 +36,10 @@ repositories { // repositories for Jar's you access in your code
3636apply plugin : ' java' // standard Java tasks
3737apply plugin : ' war' // standard Web Archive plugin
3838
39- // [START apply_appengine]
40- apply plugin : ' com.google.cloud.tools.appengine' // App Engine tasks
41- // [END apply_appengine]
42-
43- // [START apply_endpoints-framework-server]
39+ // [START apply_plugins]
40+ apply plugin : ' com.google.cloud.tools.appengine'
4441apply plugin : ' com.google.cloud.tools.endpoints-framework-server'
45- // [END apply_endpoints-framework-server ]
42+ // [END apply_plugins ]
4643
4744dependencies {
4845 providedCompile group : ' javax.servlet' , name : ' servlet-api' , version :' 2.5'
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ limitations under the License.
8383 <plugin >
8484 <groupId >com.google.cloud.tools</groupId >
8585 <artifactId >appengine-maven-plugin</artifactId >
86- <version >1.3.1 </version >
86+ <version >1.3.2 </version >
8787 <configuration >
8888 <!-- deploy configuration -->
8989 </configuration >
You can’t perform that action at this time.
0 commit comments