From e525d89e4315b1fabf8398e70a75a82d3520d63f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=82=A4=EC=97=90=EB=A5=B4?= <44261958+Kieaer@users.noreply.github.com> Date: Wed, 10 Feb 2021 23:37:47 +0900 Subject: [PATCH] Add missing properties (#4649) * Add missing properties * oh no formatting --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index d3f9924f79..102c0babfd 100644 --- a/build.gradle +++ b/build.gradle @@ -322,6 +322,10 @@ project(":core"){ classifier = 'sources' from sourceSets.main.allSource } + + artifacts{ + archives sourcesJar + } dependencies{ compileJava.dependsOn(preGen)