Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine-java8/endpoints-v2-skeleton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ dependencies {
}
// [END dependencies]

// [START endpoints_server_configuration]
// You must replace YOUR_PROJECT_ID with your Google Cloud Project Id
def projectId = 'YOUR_PROJECT_ID'

// [START endpoints_server_configuration]
endpointsServer {
// Endpoints Framework Plugin server-side configuration
hostname = "${projectId}.appspot.com"
Expand Down
2 changes: 2 additions & 0 deletions appengine-java8/endpoints-v2-skeleton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<!-- deploy configuration -->
</configuration>
</plugin>
<!-- [START endpoints_maven_configuration] -->
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>endpoints-framework-maven-plugin</artifactId>
Expand All @@ -103,6 +104,7 @@
<hostname>YOUR_PROJECT_ID.appspot.com</hostname>
</configuration>
</plugin>
<!-- [END endpoints_maven_configuration] -->
</plugins>
</build>
<!-- [END pom_build] -->
Expand Down