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
2020 }
2121 dependencies {
2222 // 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 '
2424
2525 // 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'
2727 }
2828}
2929// [END buildscript]
@@ -71,11 +71,12 @@ appengine { // App Engine tasks configuration
7171 }
7272}
7373
74- /* [START endpoints-server]
74+ // [START endpoints-server]
7575endpointsServer {
7676 // Endpoints Framework Plugin server-side configuration
77+ hostname = " GOOGLE_CLOUD_PROJECT.appspot.com"
7778}
78- [END endpoints-server] */
79+ // [END endpoints-server]
7980
8081group = ' com.example.helloendpoints' // Generated output GroupId
8182version = ' 1' // Version in generated output
Original file line number Diff line number Diff line change @@ -95,9 +95,10 @@ limitations under the License.
9595 <plugin >
9696 <groupId >com.google.cloud.tools</groupId >
9797 <artifactId >endpoints-framework-maven-plugin</artifactId >
98- <version >1.0.0-beta5 </version >
98+ <version >1.0.0</version >
9999 <configuration >
100100 <!-- plugin configuration -->
101+ <hostname >GOOGLE_CLOUD_PROJECT.appspot.com</hostname >
101102 </configuration >
102103 </plugin >
103104 <!-- [END endpoints-frameworks-plugin] -->
You can’t perform that action at this time.
0 commit comments