test Runtime Only
Registers LWJGL modules on the testRuntimeOnly configuration.
The selected modules will:
Always include Module.CORE if it is not already present.
Respect each module’s Module.since version so that modules newer than the configured version are skipped.
Add the appropriate native artifacts depending on usePredefinedPlatforms and platforms, or the inferred host platform.
Parameters
A collection of LwjglEntry values to register on the implementation configuration.
Registers LWJGL modules on the testRuntimeOnly configuration.
The selected modules will:
Always include Module.CORE if it is not already present.
Respect each module’s Module.since version so that modules newer than the configured version are skipped.
Add the appropriate native artifacts depending on usePredefinedPlatforms and platforms, or the inferred host platform.
Parameters
One or more LwjglEntry values to register on the implementation configuration.