1
0
Commit Graph

20 Commits

Author SHA1 Message Date
Gary Gregory
f868bd284a Update GitHub build from Java 16 to 17.
Update GitHub build from Java 17-EA to 18-EA but comment it (not there
yet).
2021-09-28 11:19:30 -04:00
Gary Gregory
5b281b1a5b AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as
Eclipse Temurin.
2021-08-29 00:27:30 -04:00
Gary Gregory
60343ea4f2 Update actions/setup-java to v2. 2021-04-19 10:03:10 -04:00
Gary Gregory
242bd72384 Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea. 2021-03-17 15:50:19 -04:00
Gary Gregory
c804b66e2f Add Java 17-EA to the GitHub build. 2020-12-29 19:14:23 -05:00
Gary Gregory
fdc41b1436 Fix Javadoc for Java 15 and up.
Disable Javadoc doclint for now.
2020-12-14 14:38:35 -05:00
Gary Gregory
33c33e6b80 Fix build for GitHub
- Bump actions/checkout from v2.3.1 to v2.3.4 (#24)
- Bump actions/setup-java from v1.4.0 to v1.4.3 (#21)
- Add default goal with some TODOs.
2020-12-14 14:20:52 -05:00
dependabot[bot]
5d9cbdd720 Bump actions/checkout from v2.3.1 to v2.3.4 (#24)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.1 to v2.3.4.
- [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.3.1...5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 14:01:03 -05:00
dependabot[bot]
643ad764ce Bump actions/setup-java from v1.4.0 to v1.4.3 (#21)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1.4.0 to v1.4.3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v1.4.0...d202f5dbf7256730fb690ec59f6381650114feb2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 14:00:39 -05:00
Gary Gregory
49c085e6ed Replace Java 14 with Java 15 as the latest Java version to test. Use
Jaav 16 EA as the EA version to test.
2020-09-19 15:47:20 -04:00
Gary Gregory
23b17c3889 Trigger a GitHub build on pull requests. 2020-08-31 21:25:59 -04:00
Gary Gregory
15f3bbd91e Cache ~/.m2 dir for GitHub builds. 2020-08-10 21:17:00 -04:00
dependabot[bot]
ab2d3e2069 Bump actions/checkout from v1 to v2.3.1 (#9)
Bumps [actions/checkout](https://github.com/actions/checkout) from v1 to v2.3.1.
- [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/v1...28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-05 11:11:39 -04:00
Gary Gregory
d440cf0e50 Add --no-transfer-progress to CI builds. 2020-08-05 09:39:47 -04:00
Gary Gregory
883c3748b9 GitHub actions/setup-java@v1 -> actions/setup-java@v1.4.0. 2020-07-26 17:48:33 -04:00
Gary Gregory
ba419eb28a Fix GitHub action for Java 15-ea. 2020-07-26 17:24:41 -04:00
Gary Gregory
858a64af53 GitHub builds on Java 8, 11, and 14 (current), allow fails on 15-ea. 2020-07-23 11:29:43 -04:00
Gary Gregory
7268d281b3 Add missing header. 2020-07-22 10:29:50 -04:00
Gary Gregory
a0f9e31ec6 Enable GitHub Dependabot. 2020-07-22 10:17:38 -04:00
Gary Gregory
d909c8c415 Test major Java versions with GitHub actions as documented on
https://github.com/actions/setup-java
# WARNING: head commit changed in the meantime

@Deprecated
2020-05-30 11:00:44 -04:00