JetBrains / package-search-gradle-plugins

Gradle plugins for Docker, Terraform and Liquibase.
Apache License 2.0
32 stars 7 forks source link

Upgrade workflows to `gradle-build-action@v2` #3

Closed bigdaz closed 2 years ago

bigdaz commented 2 years ago

Upgrades the GitHub actions workflows to the latest v2 version (presently v2.0-beta.7). This new action:

Because of the last item, I also removed the generation of warning annotations containing build scan URLs. There's a minor regression here, since I have not yet found a way to clearly differentiate multiple gradle invocations in the same job.

lamba92 commented 2 years ago

Hi @bigdaz, thank you for your pull request! I just changed some little things in the workflows. Could you rebase and update?

Also sorry for the late reply!

bigdaz commented 2 years ago

@lamba92 PR rebased on latest. Note that the builds fail in my fork, but I think that's unrelated to my changes. Please enable to workflow on this PR and we'll see if the issue was environmental.

lamba92 commented 2 years ago

Ok, tests should pass now, I'm sorry for the issues. Could you please rebase again?

bigdaz commented 2 years ago

I rebased and submitted a new PR #4