Added javadoc & source to LWJGL source set

This commit is contained in:
jglrxavpok 2020-08-10 15:20:09 +02:00
parent 5533e3f9e7
commit bd71b3090d
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import org.gradle.internal.os.OperatingSystem
plugins {
id 'java-library'
id 'java'
id 'net.ltgt.apt' version '0.10'
id 'org.jetbrains.kotlin.jvm' version '1.3.72'
}
@ -65,6 +66,8 @@ sourceSets {
java {
registerFeature("lwjgl") {
usingSourceSet(sourceSets.lwjgl)
withJavadocJar()
withSourcesJar()
}
}