Update build.gradle.kts
Co-authored-by: Michael Rittmeister <mail@schlaubi.me>
This commit is contained in:
parent
48b8c71ee6
commit
0b49d099d2
@ -70,7 +70,7 @@ tasks {
|
||||
}
|
||||
|
||||
val sourcesJar by creating(Jar::class) {
|
||||
dependsOn(JavaPlugin.CLASSES_TASK_NAME)
|
||||
dependsOn(classes)
|
||||
archiveClassifier.convention("sources")
|
||||
from(sourceSets["main"].allSource)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user