Snapshots are a convenience, not a requirement AFAIK, and I'm not going to
spin my wheels with Jenkins which is far less reliable than GitHub IMO.
I've seen too many builds fail on Jenkins and when I look, I see some weird
stack trace or git issue or something that I should not have to worry about
On Mon, 20 Mar 2023 at 10:26, Gary Gregory wrote:
>
> All Commons components are Java 8 (or older), so all could be disabled? I
> only rely on GitHub builds since it validates PRs. There is a way to make
> releases from GH but I've not looked into it yet.
I do not want to waste my time fixing som
All Commons components are Java 8 (or older), so all could be disabled? I
only rely on GitHub builds since it validates PRs. There is a way to make
releases from GH but I've not looked into it yet.
Gary
On Mon, Mar 20, 2023, 06:17 Alex Herbert wrote:
> A recent update in Jenkins has updated som
A recent update in Jenkins has updated some part of the Jenkins
tooling that reports on the job to a jar file compiled for Java 11.
This is making all the Java 8 Jenkins jobs fail.
I am not sure of the relevance of many of these Jenkins builds given
the use of GH actions for CI builds. The advanta