File tree 4 files changed +8
-14
lines changed
appengine/endpoints-frameworks-v2/migration-example
appengine-java8/endpoints-v2-migration
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
36
36
apply plugin : ' java' // standard Java tasks
37
37
apply plugin : ' war' // standard Web Archive plugin
38
38
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'
44
41
apply plugin : ' com.google.cloud.tools.endpoints-framework-server'
45
- // [END apply_endpoints-framework-server ]
42
+ // [END apply_plugins ]
46
43
47
44
dependencies {
48
45
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.
71
71
<plugin >
72
72
<groupId >com.google.cloud.tools</groupId >
73
73
<artifactId >appengine-maven-plugin</artifactId >
74
- <version >1.3.1 </version >
74
+ <version >1.3.2 </version >
75
75
<configuration >
76
76
<!-- deploy configuration -->
77
77
</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
36
36
apply plugin : ' java' // standard Java tasks
37
37
apply plugin : ' war' // standard Web Archive plugin
38
38
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'
44
41
apply plugin : ' com.google.cloud.tools.endpoints-framework-server'
45
- // [END apply_endpoints-framework-server ]
42
+ // [END apply_plugins ]
46
43
47
44
dependencies {
48
45
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.
83
83
<plugin >
84
84
<groupId >com.google.cloud.tools</groupId >
85
85
<artifactId >appengine-maven-plugin</artifactId >
86
- <version >1.3.1 </version >
86
+ <version >1.3.2 </version >
87
87
<configuration >
88
88
<!-- deploy configuration -->
89
89
</configuration >
You can’t perform that action at this time.
0 commit comments