Skip to content

Commit

Permalink
chore: 프로젝트 빌드를 위한 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
misim3 committed Apr 14, 2024
1 parent c7a2f08 commit 25f9d70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ group = 'com.misim'
version = '0.0.1-SNAPSHOT'

subprojects {
group 'org.example'
group 'com.misim'
version '1.0-SNAPSHOT'

apply plugin: 'java'
Expand Down Expand Up @@ -52,3 +52,5 @@ tasks.named('bootBuildImage') {
tasks.named('test') {
useJUnitPlatform()
}

bootJar.mainClass = 'com.misim.MitubeAppApplication'

0 comments on commit 25f9d70

Please sign in to comment.