daz
4b284311c3
Disable cache debug logging for workflows
...
This logging can now be enabled on a case-by-case basis using
GitHub Actions debugging.
2024-02-11 18:00:40 -07:00
Daz DeBoer
b776693a71
Fail nicely when dependency-submission is used after setup-gradle in the same Job ( #37 )
...
Previously, this would fail with a hard-to-diagnose error message.
Fixes #14
2024-02-08 23:16:54 -07:00
daz
9c837ee543
Test dependency-submission with gradle versions
2024-02-08 21:55:52 -07:00
daz
a628cf9f2e
Replace occurrances of gradle-build-action
...
- Mostly with `setup-gradle`
- Some with `gradle-actions`
2024-01-25 12:36:53 -07:00
daz
23b4b1d03b
Add 'dependency-graph-action' input param
2024-01-22 11:02:29 -07:00
daz
4b660dc33e
Add initial composite actions with smoke tests
...
These actions simply delegate to `gradle/gradle-build-action`
- `setup-gradle`: As `gradle-build-action` without the execution capability.
- `dependency-submission`: Submits a dependency graph for the project.
2024-01-16 09:49:44 -07:00