GoogleCloudPlatform / app-gradle-plugin

The library has moved to https://github.com/GoogleCloudPlatform/appengine-plugins/tree/main/app-gradle-plugin
Apache License 2.0
153 stars 40 forks source link

Fix tagTemplate #437

Closed elefeint closed 2 years ago

elefeint commented 2 years ago

Another follow-up to #423 -- double quotes lead to incorrect resolution of tag template name, leaving "-SNAPSHOT" in the tag title.

Found solution in https://github.com/researchgate/gradle-release/issues/211