summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-build.yml
Commit message (Collapse)AuthorAge
* Switch to official gradle-build-actionJoffrey Bion2022-11-05
|
* Update java distrib on CI to temurin for faster installJoffrey Bion2022-11-05
|
* Trim action checkout version to just v3 so it upgrades on minor versionsJoffrey Bion2022-11-05
|
* Run CI on all branchesJoffrey Bion2022-07-03
|
* Bump actions/checkout from 2 to 3.0.2dependabot[bot]2022-04-22
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/setup-java from 2 to 3dependabot[bot]2022-04-22
| | | | | | | | | | | | | | Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Upgrade JDK to 17 in Github actionsJoffrey Bion2021-11-11
|
* Use JDK 15 because of Gradle issue on 16Joffrey Bion2021-09-06
| | | | Related: https://github.com/gradle/gradle/issues/17493
* Re-enable ci buildJoffrey Bion2021-09-06
|
* Migrate to gradle-cache-actionJoffrey Bion2021-09-06
|
* Upgrade setup-java Github action to v2joffrey-bion2021-04-12
|
* Add CI on non-main branchesjoffrey-bion2021-02-10
bgstack15