Update build.gradle

This commit is contained in:
Quarris 2020-05-19 23:26:53 +01:00 committed by GitHub
parent 2c926aa1c4
commit 0c64e07c3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,7 @@ jar {
} }
task deobfJar(type: Jar) { task deobfJar(type: Jar) {
from(sourceSets.main.output) from(sourceSets.main.allSource)
archiveName = "${baseName}-${version}-sources.${extension}" archiveName = "${baseName}-${version}-sources.${extension}"
} }
artifacts { artifacts {