GoogleCloudPlatform / appengine-plugins

A client Java library to manage App Engine Java applications for any project that performs App Engine Java application management. For example, the Maven, Gradle and Eclipse App Engine plugins, custom user tools, etc.
Apache License 2.0
36 stars 25 forks source link

chore: change release order #978

Closed JoeWang1127 closed 5 months ago

JoeWang1127 commented 5 months ago

In this PR:

JoeWang1127 commented 5 months ago

This is fine for experiment. But after confirming Gradle release, we'll need to revert the order. We need to release appengine-plugins-core first because the Gradle plugin needs appengine-plugins-core. And, because of this dependency, I think the build fails.

Yeah, this makes sense. I'll hold this PR now and wait for the release result.