io.github.dwarfley.lwjgl-helper
所有者: Niklas Johansson
lwjgl助手插件使添加lwjgl依赖项变得更加容易。
https://github.com/Dwarfley/GradleLwjglHelper
来源: https://github.com/Dwarfley/GradleLwjglHelper
使用插件DSL
plugins {
id("io.github.dwarfley.lwjgl-helper") version "0.1.1"
}
使用旧插件的命令行应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.dwarfley:gradle-lwjgl-helper:0.1.1")
}
}
apply(plugin = "io.github.dwarfley.lwjgl-helper")