Update build.gradle.kts

This commit is contained in:
bluefireoly
2020-09-27 23:50:11 +02:00
parent a7a88393c4
commit 3d0f77d8bf

View File

@@ -68,6 +68,7 @@ tasks {
}
val sourcesJar by tasks.creating(Jar::class) {
dependsOn(JavaPlugin.CLASSES_TASK_NAME)
archiveClassifier.set("sources")
from(sourceSets["main"].allSource)
}