From bb2be834e218faeb27fa2b05cd9691ce0a175bb6 Mon Sep 17 00:00:00 2001 From: jinia91 Date: Thu, 16 Dec 2021 13:53:20 +0900 Subject: [PATCH] =?UTF-8?q?21.12.16=20=EB=B9=8C=EB=93=9C=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.gradle b/build.gradle index 8c3404b..d5855d3 100644 --- a/build.gradle +++ b/build.gradle @@ -93,3 +93,8 @@ task copyFrontLib(type: Copy) { } copyFrontLib.dependsOn npmInstall compileJava.dependsOn copyFrontLib + + +jar { + enabled = false +} \ No newline at end of file