Skip to content

Commit 0ab0faf

Browse files
authored
Fix region tags and add a new one (#919)
1 parent b4af8a1 commit 0ab0faf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

appengine-java8/endpoints-v2-skeleton/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ dependencies {
4646
}
4747
// [END dependencies]
4848

49+
// [START endpoints_server_configuration]
4950
// You must replace YOUR_PROJECT_ID with your Google Cloud Project Id
5051
def projectId = 'YOUR_PROJECT_ID'
5152

52-
// [START endpoints_server_configuration]
5353
endpointsServer {
5454
// Endpoints Framework Plugin server-side configuration
5555
hostname = "${projectId}.appspot.com"

appengine-java8/endpoints-v2-skeleton/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
<!-- deploy configuration -->
9191
</configuration>
9292
</plugin>
93+
<!-- [START endpoints_maven_configuration] -->
9394
<plugin>
9495
<groupId>com.google.cloud.tools</groupId>
9596
<artifactId>endpoints-framework-maven-plugin</artifactId>
@@ -103,6 +104,7 @@
103104
<hostname>YOUR_PROJECT_ID.appspot.com</hostname>
104105
</configuration>
105106
</plugin>
107+
<!-- [END endpoints_maven_configuration] -->
106108
</plugins>
107109
</build>
108110
<!-- [END pom_build] -->

0 commit comments

Comments
 (0)