Fix Gradle
EnergonRelics/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-08-01 19:28:39 -04:00
parent 5a3f8c94e6
commit eb62b6bc77
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ tasks.withType(JavaCompile) {
// if it is present.
// If you remove this task, sources will not be generated.
task sourcesJar(type: Jar, dependsOn: classes) {
classifier = "sources"
classifier "sources"
from sourceSets.main.allSource
}