Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
mageddo committed Aug 7, 2024
1 parent e148f76 commit 849bd44
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -200,16 +200,12 @@ tasks.register('nativeImageJar', ShadowJar) {
shadowJar {
mergeServiceFiles()
}
/*
./gradlew -Pagent compTest
./gradlew metadataCopy --task compTest --dir src/main/resources/META-INF/native-image/graal-auto-generated
*/

graalvmNative {
agent {
defaultMode = "standard"
metadataCopy {
inputTaskNames.add("compTest") // Tasks previously executed with the agent attached.
inputTaskNames.add("compTest")
outputDirectories.add("src/main/resources/META-INF/native-image/graal-auto-generated/")
mergeWithExisting = true
}
Expand Down

0 comments on commit 849bd44

Please sign in to comment.