From eb62b6bc7731b68b92552d182349995aaa988a62 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sat, 1 Aug 2020 19:28:39 -0400 Subject: [PATCH] Fix Gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4763c9c..efcc160 100644 --- a/build.gradle +++ b/build.gradle @@ -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 }