From fb113dbfd76adcff7654700048f70368f9071c1b Mon Sep 17 00:00:00 2001 From: heunseoRyu Date: Tue, 9 Apr 2024 20:50:24 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20::=20build.gradle=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/build.gradle b/build.gradle index cdbae5c..3f87b91 100644 --- a/build.gradle +++ b/build.gradle @@ -7,18 +7,6 @@ plugins { group = 'com.8beep' version = '0.0.1-SNAPSHOT' -// Default는 dev 로 지정 -ext.profile = (!project.hasProperty('profile') || !profile) ? 'dev' : profile - -// 리소스 폴더 지정 -sourceSets { - main { - resources { - srcDirs "src/main/resources", "src/main/resources-${profile}" - } - } -} - java { sourceCompatibility = '17' }