Update build.gradle.kts

This commit is contained in:
bluefireoly
2020-10-30 16:08:42 +01:00
parent f9b46fc0e3
commit 03da16f631

View File

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