Update build.gradle.kts

This commit is contained in:
bluefireoly
2020-10-30 15:09:24 +01:00
parent c287316e17
commit 5ce269dab3
+1 -1
View File
@@ -93,7 +93,7 @@ val sourcesJar by tasks.creating(Jar::class) {
} }
artifacts { artifacts {
add("archives", sourcesJar) archives(sourcesJar)
} }
/* /*