mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-28 20:18:10 +01:00
Added javadoc & source to LWJGL source set
This commit is contained in:
parent
5533e3f9e7
commit
bd71b3090d
@ -2,6 +2,7 @@ import org.gradle.internal.os.OperatingSystem
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'java-library'
|
id 'java-library'
|
||||||
|
id 'java'
|
||||||
id 'net.ltgt.apt' version '0.10'
|
id 'net.ltgt.apt' version '0.10'
|
||||||
id 'org.jetbrains.kotlin.jvm' version '1.3.72'
|
id 'org.jetbrains.kotlin.jvm' version '1.3.72'
|
||||||
}
|
}
|
||||||
@ -65,6 +66,8 @@ sourceSets {
|
|||||||
java {
|
java {
|
||||||
registerFeature("lwjgl") {
|
registerFeature("lwjgl") {
|
||||||
usingSourceSet(sourceSets.lwjgl)
|
usingSourceSet(sourceSets.lwjgl)
|
||||||
|
withJavadocJar()
|
||||||
|
withSourcesJar()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user