jreleaser seems to have a bug with this, so it may require manually creating build/jreleaser.
GHA log:
FAILURE: Build failed with an exception.
* What went wrong:
> Task :jreleaserPrepare FAILED
A problem was found with the configuration of task ':jreleaserPrepare' (type 'JReleaserPrepareTask').
- In plugin 'org.jreleaser' type 'org.jreleaser.gradle.plugin.tasks.JReleaserPrepareTask' property 'outputDirectory' specifies directory '/home/runner/work/KotStom/KotStom/build/jreleaser' which doesn't exist.
Reason: An input file was expected to be present but it doesn't exist.
Possible solutions:
1. Make sure the directory exists before the task is called.
2. Make sure that the task which produces the directory is declared as an input.
For more information, please refer to https://docs.gradle.org/8.8/userguide/validation_problems.html#input_file_does_not_exist in the Gradle documentation.
jreleaser seems to have a bug with this, so it may require manually creating
build/jreleaser.GHA log: