Compare commits

..

2 Commits

Author SHA1 Message Date
Nikolas Grottendieck
6d87bc11e0
Merge e53962a2a4 into 8df1039502 2024-11-19 19:40:28 +00:00
Nikolas Grottendieck
e53962a2a4
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
2024-11-19 20:36:28 +01:00

Diff Content Not Available