Skip to content

Commit

Permalink
endpoints-framework-tools not needed only endpoints-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn committed May 24, 2017
1 parent ab01ba7 commit fecf308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {

// Endpoints Frameworks v2.0
// [START endpoints-tools]
compile group: 'com.google.endpoints', name: 'endpoints-framework-tools', version: '2.0.7'
compile group: 'com.google.endpoints', name: 'endpoints-framework', version: '2.0.7'
// [END endpoints-tools]
// End of Endpoints Frameworks v2.0
}
Expand Down

3 comments on commit fecf308

@frankyn
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Follow-up: @Zen1988, are you still having this error? Thanks for your feedback!

@Zen1988
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No longer have the issue, missing the crucial part:
apply plugin: 'com.google.cloud.tools.endpoints-framework-server'
apply plugin: 'com.google.cloud.tools.endpoints-framework-client'

Thanks for follow up though.

@frankyn
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for replying!

Cheers

Please sign in to comment.