You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This javadoc isn't clear enough about the fact that systemProperties are passed to native-image builder, and not to built image itself. Related issue: #62
The text was updated successfully, but these errors were encountered:
Add/clarify Javadoc in the NativeImageOptions class wherever needed.
Add @deprecated tag to options that are there only for compatibilty with older Gradle plugins.
Use only recommended options internally in order to be consistent.
Closes following issues:
Fixes User native-image arguments should override plugin arguments in the gradle plugin #64
Fixes Wrong error message when agent output is missing (Gradle plugin) #65
Fixes systemProperties javadoc is not clear enough (Gradle plugin) #66
native-build-tools/native-gradle-plugin/src/main/java/org/graalvm/buildtools/gradle/dsl/NativeImageOptions.java
Lines 445 to 452 in 9120801
This javadoc isn't clear enough about the fact that
systemProperties
are passed tonative-image
builder, and not to built image itself. Related issue: #62The text was updated successfully, but these errors were encountered: