1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-01 22:22:53 +00:00

fix: ignore possible null values in mtb files

This commit is contained in:
2024-03-12 17:56:25 +01:00
parent f47b0b7de4
commit af714f7b64
2 changed files with 98 additions and 98 deletions

View File

@ -11,7 +11,7 @@ plugins {
}
group = "de.ukw.ccc"
version = "0.9.0"
version = "0.9.1"
var versions = mapOf(
"bwhc-dto-java" to "0.2.0",