demtnt
Results
2
comments of
demtnt
At first I have found solution to add following lines to application.yaml ``` quarkus: native: additional-build-args: --report-unsupported-elements-at-runtime ``` After I replace it with command line style: ``` ./gradlew build -Dquarkus.package.type=native...
build.gradle.kts multi-project workaround: ``` gitProperties { dotGitDirectory.set(file("${rootProject.rootDir}/.git")) } ```