Commit Graph
12 Commits
Author SHA1 Message Date
daz fdb3717e44 Update for gradle/[email protected] release
- Bump version hashes to use `gradle/actions/[email protected]`
- Bump version hash to use `gradle/actions/[email protected]`
2024-08-07 11:04:34 -06:00
daz d303234ad7 Update for gradle/[email protected] release
- Bump version hashes to use `gradle/actions/[email protected]`
- Bump version hash to use `gradle/actions/[email protected]`
2024-02-13 14:00:27 -07:00
daz 6c7819814a Fix typo 2024-01-31 15:07:12 -07:00
daz 51848d8b15 Remove trailing whitespace 2024-01-31 13:38:44 -07:00
daz b0b88404ff Improve documentation in starter workflow
- Remove "optional" flag from dependency-submission
- Add example of running without Gradle wrapper
- Link to action docs
2024-01-31 13:29:02 -07:00
daz 2d30c1b64c Update for gradle/[email protected] release
- Bump version hashes to use `v3.0.0` of Gradle action
- Bump to Node20-compatible versions of `actions/checkout` and `actions/setup-java`
- Replace uses of `gradle/gradle-build-action` with `gradle/actions/setup-gradle`
- Split "Setup Gradle" step out of "Run Gradle" steps
- Add separate Job using `gradle/actions/dependency-submission` (flagged as optional)
- Bump to setup JDK 17
2024-01-31 05:34:15 -07:00
daz 744aa3940a Update to v2.4.2 of gradle/gradle-build-action
This update contains important fixes and we recommend that all
new workflows use this version.
2023-04-18 12:10:27 -06:00
Daz DeBoer 39cdb74736 Update to v2.2.1 of gradle-build-action 2022-06-20 09:13:25 -06:00
Daz DeBoer f2990d6b83 Update to v2.1.4 of gradle-build-action (#1489)
* Update to new version of gradle-build-action

* Update to new version of gradle-build-action
2022-03-23 11:54:13 -04:00
Daz DeBoer 98bd06c9ad Update for gradle/[email protected] (#1384) 2022-02-03 16:24:19 -05:00
Daz DeBoer 776a960496 Update for [email protected] release (#1375) 2022-01-31 16:47:10 -05:00
Daz DeBoerandJosh Gross f7b1f1515d Use gradle-build-action in starter workflows (#1237)
The `gradle-build-action` provides enhanced execution and caching functionality for Gradle.
This change updates starter workflows to use `v2.0.0` of `gradle-build-action`.

Improvements over invoking Gradle directly include:
- Easier to run the workflow with a particular Gradle version
- More sophisticated and more efficient caching of Gradle User Home between invocations
- Detailed reporting of cache usage and cache configuration options
- Automatic capture of Build Scan links

Co-authored-by: Josh Gross <[email protected]>
2021-12-02 17:22:55 -05:00