Compare commits

..

2 Commits

Author SHA1 Message Date
Nikolas Grottendieck
79c7e2ac45
Merge c30cb6d377 into 16ef37f8dd 2023-12-01 19:28:32 +01:00
Nikolas Grottendieck
c30cb6d377
fix: Maven Toolchains grows unexpectedly
On self-hosted runners toolchains.xml may survive multiple runs and unexpectedly
grow as a result of the toolchains setup simply appending the JDK definition
even if one with the same `type` and `provides.id` already exists.

Restructuring the parsing step and filtering the potentially existing list of
toolchain definitions prevents this and also fixes toolchain.xml files that
already contain duplicates.

Fixes #530
2023-11-29 19:55:28 +01:00

Diff Content Not Available