daz
fdb3717e44
Update for gradle/actions@v4.0.0 release
...
- Bump version hashes to use `gradle/actions/setup-gradle@v4.0.0`
- Bump version hash to use `gradle/actions/dependency-submission@v4.0.0`
2024-08-07 11:04:34 -06:00
Inaki Villar
dc63c580c6
Update for gradle/actions@v3.4.2 release
2024-06-21 11:33:35 -07:00
Cory Miller
39131434ed
Fix typo in grade starter workflow
2024-05-22 10:25:41 -04:00
daz
d303234ad7
Update for gradle/actions@v3.1.0 release
...
- Bump version hashes to use `gradle/actions/setup-gradle@v3.1.0`
- Bump version hash to use `gradle/actions/dependency-submission@v3.1.0`
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/actions@v3.0.0 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
James M. Greene
72d4aceb2f
Bumping version to latest
2023-07-13 10:38:10 -05: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
Sampark Sharma
988cccd442
Update old documentation links
2022-10-10 11:12:22 +00:00
Daz DeBoer
39cdb74736
Update to v2.2.1 of gradle-build-action
2022-06-20 09:13:25 -06:00
Sampark Sharma
34ffc0ed5b
Merge branch 'main' into patch-3
2022-03-31 16:31:52 +05:30
Thomas Boop
1d9d6d7fb0
Update Actions to node16 ( #1469 )
...
* update actions
* address merge conflicts
* fix java updates
* update github script
* update cache to v3
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
2022-03-28 22:40:48 +05:30
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
arjundashrath
fa52238103
Update gradle.yml
2022-02-14 12:57:42 +05:30
Daz DeBoer
98bd06c9ad
Update for gradle/gradle-build-action@v2.1.3 ( #1384 )
2022-02-03 16:24:19 -05:00
Daz DeBoer
776a960496
Update for gradle-build-action@v2.1.2 release ( #1375 )
2022-01-31 16:47:10 -05:00
Manuel
588f02dade
Switch java distribution from 'adopt' to 'temurin' ( #1065 )
...
adopt is rebranded into temurin
see https://blog.adoptopenjdk.net/2021/03/transition-to-eclipse-an-update/
2022-01-14 18:05:31 -05:00
Daz DeBoer
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 <joshmgross@github.com >
2021-12-02 17:22:55 -05:00
Dmitry Shibanov
138cc49463
fix documentation for gradle and maven
2021-08-24 18:25:52 +03:00
Dmitry Shibanov
7f3356b05c
update android, gradle and maven workflows to use caching from setup-java
2021-08-24 17:31:06 +03:00
AlyonaSviridenko
f42ac9c022
renamed adoptium to adopt
2021-03-11 12:56:09 +03:00
AlyonaSviridenko
ce889525cc
updated workflows with new version of setup-java
2021-03-02 18:43:44 +03:00
Christopher Schleiden
abf7f258d1
Use $default-branch token
2020-07-13 12:12:41 -07:00
Edward Thomson
8beb802437
Renormalize line endings
...
We should have consistent line endings in our repository; now that we
have a .gitattributes file, update the repository contents to match
expectations.
2020-03-21 14:55:11 +00:00
Konrad Pabjan
b0d776c678
Documentation
2020-02-20 12:44:22 -05:00
Konrad Pabjan
d037e97e82
Update starter workflows
2020-02-12 13:26:01 -05:00
Sean C. Sullivan
ca86544176
GitHub Actions checkout v1 -> v2
2019-12-24 14:22:22 -08:00
林柏臣
30640b57f2
Gradle: Granting execute permission for gradlew
...
`./gradlew` build fails because it does not have execute permissions. Adding the execute permissions using chmod fixes this issue.
See https://github.com/actions/starter-workflows/pull/70
2019-11-04 10:46:50 +08:00
Danny McCormick
3b54d16037
Update setup actions to use *-version ( #31 )
2019-08-14 14:05:28 -04:00
Danny McCormick
ee61b8e679
v1 tags for checkout ( #38 )
2019-08-14 10:43:09 -04:00
Chris Patterson
b13ec89084
Initial formatting
2019-08-06 16:37:30 -07:00
Danny McCormick
17db7d1efb
Update templates to use v1 tag
2019-08-02 10:30:20 -04:00
Mike Coutermarsh
0573c4109f
Run yaml lint and correct errors
2019-07-31 16:52:59 -07:00
Andy McKay
4d7a741e07
first pass at the templates
2019-07-29 09:38:23 -07:00