| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| steps: | ||
| - uses: gradle/gradle-build-action@v2 | ||
| with: | ||
| build-root-directory: ${{ inputs.build-root-directory }} |
There was a problem hiding this comment.
Can we take this opportunity to switch to v3 of the generic action? It looks like gradle switched to a model where you set up gradle rather than call their action directly, but this one delegates to it so should be fine. We still want the common action anyway to pass build args
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Expose build-root-directory in gradle action