Skip to content

Commit

Permalink
refactor : build.gradle 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junhyeok-18 committed Mar 19, 2023
1 parent 11a0d92 commit 4983356
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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'
}
Expand Down

0 comments on commit 4983356

Please sign in to comment.