Skip to content

Commit

Permalink
fix: no main manifest attribute in 에러를 해결하기 위한 리팩토링 - root gradle에 추가 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
Curry4182 committed Nov 18, 2023
1 parent 7453b1b commit 4a17da2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ subprojects {
testAnnotationProcessor 'org.projectlombok:lombok'
}
}

jar {
enabled = false
}

0 comments on commit 4a17da2

Please sign in to comment.