intellij-quarkus icon indicating copy to clipboard operation
intellij-quarkus copied to clipboard

List properties are incorrectly recognized/validated

Open fbricon opened this issue 2 years ago • 4 comments

In application properties,

quarkus.native.resources.includes=names

is shown with an "unknown property" warning, but it's perfectly valid, as per https://quarkus.io/guides/writing-native-applications-tips#including-resources

We expect an indexed property instead: Screenshot 2023-10-31 at 13 16 17

Screenshot 2023-10-31 at 13 05 46

fbricon avatar Oct 31 '23 12:10 fbricon