Skip to content

Commit

Permalink
Add link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Dec 18, 2024
1 parent ffa9d3b commit f958fb3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ val outputDir = layout.buildDirectory.dir("resources/nativeImage")

val propertyFileTask = tasks.register<WriteProperties>("nativeImageProperties") {
destinationFile = outputDir.map { it.file("META-INF/native-image/${project.group}/${project.name}/native-image.properties") }
// see https://www.graalvm.org/latest/reference-manual/native-image/overview/BuildConfiguration/#configuration-file-format
property("Args", extension.initializeAtBuildTime.map {
if (it.isEmpty()) {
""
Expand Down

0 comments on commit f958fb3

Please sign in to comment.