GitHub action used to build aplications using gradlew
There are no inputs for this GitHub action
There is no outputs for this action
# Example using this actions
- name: Gradlew Package
uses: platformbuilders/github-actions-build-gradlew@main
If you wants to update or make changes in module code you should use the develop branch of this repository, you can test your module changes passing the @develop
in module calling. Ex.:
# Example using this actions
- name: Gradlew Package
uses: platformbuilders/github-actions-build-gradlew@develop
After execute all tests you can open a pull request to the master branch.