test Compile Only
Registers LWJGL modules on the testCompileOnly 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.
Target configuration for natives, or null to disable them.
Registers LWJGL modules on the testCompileOnly 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.
Configuration whose name natives are added to.
Registers LWJGL modules on the testCompileOnly 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.
Target configuration for natives, or null to disable them.
Registers LWJGL modules on the testCompileOnly 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.
Configuration whose name natives are added to.