1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-24 12:16:28 +01:00
SKCraft-Launcher/launcher-builder
Henry Le Grys debd822447 Hotfix package builder emitting JSON with missing keys for empty values
The meaning of `mapper.setSerializationInclusion` changed with the
Jackson upgrade, which meant that empty collections were being fully
stripped from the output. Fix by changing the strategy to NON_ABSENT,
which only strips nulls and "absent" values like Optional.absent
2022-05-01 15:34:48 +01:00
..
src/main/java/com/skcraft/launcher/builder Hotfix package builder emitting JSON with missing keys for empty values 2022-05-01 15:34:48 +01:00
build.gradle Make the build output one jar file per subproject again 2022-04-27 01:53:14 +01:00
lombok.config Update Gradle & plugins to support Java 9+ better 2021-02-05 04:05:48 +00:00