Skip to content

Commit

Permalink
소스 정리 및 일부 리뷰사항 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
riderkaman committed Nov 1, 2024
1 parent c96ac52 commit 3ed2db4
Show file tree
Hide file tree
Showing 25 changed files with 24 additions and 876 deletions.
24 changes: 0 additions & 24 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ subprojects {
}

dependencies {
implementation 'org.projectlombok:lombok:1.18.22'
}

test {
Expand All @@ -47,26 +46,3 @@ subprojects {

}

project(':module-admin') {
jar {
archiveBaseName = 'module-admin'
}
}

project(':module-member') {
jar {
archiveBaseName = 'module-member'
}
}

project(':module-shipper') {
jar {
archiveBaseName = 'module-shipper'
}
}

project(':module-trucker') {
jar {
archiveBaseName = 'module-trucker'
}
}
3 changes: 0 additions & 3 deletions module-admin/.gitattributes

This file was deleted.

37 changes: 0 additions & 37 deletions module-admin/.gitignore

This file was deleted.

4 changes: 4 additions & 0 deletions module-admin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
}

jar {
archiveBaseName = 'module-admin'
}
Binary file removed module-admin/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 0 additions & 7 deletions module-admin/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

252 changes: 0 additions & 252 deletions module-admin/gradlew

This file was deleted.

Loading

0 comments on commit 3ed2db4

Please sign in to comment.