usePredefinedPlatforms

Controls whether native artifacts should be resolved using platforms.

When set to true, the plugin will pull LWJGL natives for every platform listed in platforms (e.g. natives-linux, natives-macos, …).

When set to false, the plugin will infer the current host platform using runningPlatform and only add natives for that single platform.

The default is false.