-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace kotlinx-serialization and kaml by SnakeYAML
kaml is very eager for a library when it comes to updating the required Kotlin version. This does not harmonize with the embedded Kotlin runtime in Gradle. Now pure SnakeYAML is used to read the actions file for getting the input defaults.
- Loading branch information
Showing
11 changed files
with
26 additions
and
348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 0 additions & 25 deletions
25
gradle/build-logic/src/main/kotlin/net/kautler/dao/action/Branding.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 0 additions & 35 deletions
35
gradle/build-logic/src/main/kotlin/net/kautler/dao/action/Output.kt
This file was deleted.
Oops, something went wrong.
82 changes: 0 additions & 82 deletions
82
gradle/build-logic/src/main/kotlin/net/kautler/dao/action/OutputMapSerializer.kt
This file was deleted.
Oops, something went wrong.
106 changes: 0 additions & 106 deletions
106
gradle/build-logic/src/main/kotlin/net/kautler/dao/action/Runs.kt
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
gradle/build-logic/src/main/kotlin/net/kautler/dao/action/Step.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.