Closed mpoehler closed 6 years ago
@mpoehler Thank you for filing this with an example! @loosebazooka is working on a new endpoints framework plugin for '1.0' framework users.
https://github.com/GoogleCloudPlatform/endpoints-framework-gradle-plugin
We'll take a look at your example to validate our new plugins against. Let us know on your side if you have any trouble.
Hi,
In my current project https://www.kontaktlinsen-preisvergleich.de I was using the gradle-appengine-plugin with the Cloud Endpoints - that worked fine and the configuration can be seen in this branch: https://github.com/mpoehler/appengine-gradle-endpoints-examples/tree/gradle-appengine-plugin-endpoints-1.0
Then I started to migrate to Cloud Endpoints Version 2.0, that works too, you can find a working configuration in this branch: https://github.com/mpoehler/appengine-gradle-endpoints-examples/tree/gradle-appengine-plugin-endpoints-2.0
However, I was not able to get either Endpoints Version 1.0 or 2.0 to work with the app-gradle-plugin. You'll find my latest approach in this branch: https://github.com/mpoehler/appengine-gradle-endpoints-examples/tree/app-gradle-plugin-endpoints-1.0
Is there a working example that shows how to use this plugin with the Version 2.0 of Cloud Endpoints? Or any description how the devserver started by this plugin is different from the old one?