org.lwjgl.plugin
Owner: Giuseppe Barbieri
Easier Lwjgl dependency management
https://github.com/LWJGL/lwjgl3-gradle
Sources: https://github.com/LWJGL/lwjgl3-gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("org.lwjgl.plugin") version "0.0.19"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.lwjgl:plugin:0.0.19") } } apply(plugin = "org.lwjgl.plugin")
- Applying plugins to all subprojects .