Dan Collins
Dan Collins
I have this issue also and am using the material theme
I tried @henrik242 suggestions above, but I still get a wild card: `import java.util.*`: ``` # editorconfig.org root = true [*] indent_style = space indent_size = 2 end_of_line = lf...
Would also be nice to be able to specify a platform on the command line, but it doesn't seem supported at the moment? eg ``` mvn install -Djib.from.platforms.platform.architecture=arm64 ```
Awesome, thanks for the info @chanseokoh
Our teams at Expedia Group are also experiencing this issue. I guess another option might be to change the swagger annotations dependency to `provided` scope, as they don't seem to...