File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
appengine/endpoints-frameworks-v2/migration-example Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ buildscript { // Configuration for building
20
20
}
21
21
dependencies {
22
22
// App Engine Gradle plugin
23
- classpath ' com.google.cloud.tools:appengine-gradle-plugin:1.3.0 '
23
+ classpath ' com.google.cloud.tools:appengine-gradle-plugin:1.3.1 '
24
24
25
25
// Endpoints Frameworks Gradle plugin
26
- classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.0-beta9 '
26
+ classpath ' com.google.cloud.tools:endpoints-framework-gradle-plugin:1.0.0'
27
27
}
28
28
}
29
29
// [END buildscript]
@@ -71,11 +71,12 @@ appengine { // App Engine tasks configuration
71
71
}
72
72
}
73
73
74
- /* [START endpoints-server]
74
+ // [START endpoints-server]
75
75
endpointsServer {
76
76
// Endpoints Framework Plugin server-side configuration
77
+ hostname = " GOOGLE_CLOUD_PROJECT.appspot.com"
77
78
}
78
- [END endpoints-server] */
79
+ // [END endpoints-server]
79
80
80
81
group = ' com.example.helloendpoints' // Generated output GroupId
81
82
version = ' 1' // Version in generated output
Original file line number Diff line number Diff line change @@ -95,9 +95,10 @@ limitations under the License.
95
95
<plugin >
96
96
<groupId >com.google.cloud.tools</groupId >
97
97
<artifactId >endpoints-framework-maven-plugin</artifactId >
98
- <version >1.0.0-beta5 </version >
98
+ <version >1.0.0</version >
99
99
<configuration >
100
100
<!-- plugin configuration -->
101
+ <hostname >GOOGLE_CLOUD_PROJECT.appspot.com</hostname >
101
102
</configuration >
102
103
</plugin >
103
104
<!-- [END endpoints-frameworks-plugin] -->
You can’t perform that action at this time.
0 commit comments