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
[warn] there are 2 keys that are not used by any other settings/tasks:
[warn] * root / nativeImageJvm
[warn] +- /project/foo/build.sbt:31
[warn] * root / nativeImageVersion
[warn] +- /project/foo/build.sbt:30
when nativeImageJvm and nativeImageVersion are defined in project settings i.e.
Warnings are seen after SBT is started
when
nativeImageJvm
andnativeImageVersion
are defined in project settings i.e.To Reproduce Steps to reproduce the behavior:
sbt
with these properties defiendExpected behavior
No warning or how to disable these warnings
Installation:
Additional context
SBT v1.4.1 and sbt-native-image v0.2.2
The text was updated successfully, but these errors were encountered: