Skip to content

Commit

Permalink
fix : build.gradle 의 Main class 설정 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
sunghyun0610 committed Jan 12, 2025
1 parent 15bb849 commit 8a98ead
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions meerket/meerket-application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,4 @@ dependencies {
// quartz 의존성 추가
implementation 'org.springframework.boot:spring-boot-starter-quartz'

}

bootJar {
enabled = true // Spring Boot 애플리케이션 실행 가능한 JAR 생성
manifest {
attributes(
'Main-Class': 'org.j1p5.MeerketApplication' // 실제 진입점 경로로 변경
)
}
}

//jar {
// enabled = false // 일반 JAR 생성 비활성화
//}
}

0 comments on commit 8a98ead

Please sign in to comment.