Hi again,
Creadur RAT uses the matrix build feature to run within different
maven+jdk combinations and we still get these build failures, e.g.
https://app.travis-ci.com/github/apache/creadur-rat/jobs/558978072
Can you provide me to a working Github Action integration that runs
matrix builds,
Hi,
On Thu, Feb 10, 2022 at 12:36 PM P. Ottlinger wrote:
> Hi again,
>
> Creadur RAT uses the matrix build feature to run within different
> maven+jdk combinations and we still get these build failures, e.g.
> https://app.travis-ci.com/github/apache/creadur-rat/jobs/558978072
>
> Can you provide
Hi
A very simple one
https://github.com/apache/archiva-redback-core/blob/master/.github/workflows/maven.yml
On Thu, 10 Feb 2022 at 8:36 pm, P. Ottlinger wrote:
> Hi again,
>
> Creadur RAT uses the matrix build feature to run within different
> maven+jdk combinations and we still get these buil
Hi,
thanks for all your input and help - Creadur RAT uses Github Actions and
Travis now and the builds are back in the green. Solved.
* https://github.com/apache/creadur-rat/blob/master/.travis.yml
Plain JDK build with 2 JDK versions.
*
https://github.com/apache/creadur-rat/blob/master/.gith