From 4983356bac0991fe205d02676790e3fbfdd78a34 Mon Sep 17 00:00:00 2001 From: junhyeok Date: Sun, 19 Mar 2023 20:36:19 +0900 Subject: [PATCH] =?UTF-8?q?refactor=20:=20build.gradle=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 4f0dd5f..a1fe943 100644 --- a/build.gradle +++ b/build.gradle @@ -23,8 +23,8 @@ wrapper { publishing { publications { maven(MavenPublication) { - group = 'com.github.twentiethcenturygangsta' - version = '1.0.0' +// group = 'com.github.twentiethcenturygangsta' +// version = '1.0.0' from components.java // versionMapping { @@ -60,9 +60,9 @@ dependencies { implementation 'org.springframework.boot:spring-boot-autoconfigure' implementation 'org.springframework.boot:spring-boot-autoconfigure-processor' implementation 'org.springframework.boot:spring-boot-starter-validation' + implementation 'org.projectlombok:lombok' - - compileOnly 'org.projectlombok:lombok' + //compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' testImplementation 'org.springframework.boot:spring-boot-starter-test' }