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

View File

@ -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()
} }
} }