Skip to content

Commit

Permalink
lmw7414#46 - 버전 업 ->v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lmw7414 committed Aug 14, 2022
1 parent ca3a7fc commit 43bf661
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.fastcampus'
version = '0.0.1-SNAPSHOT'
version = 'v1.1'
sourceCompatibility = '17'

configurations {
Expand Down Expand Up @@ -68,3 +68,10 @@ sourceSets {
clean {
delete file(generated)
}

// Heroku 설정
jar {
manifest {
attributes('Main-Class': 'com.fastcampus.projectboard.FastCampusProjectBoardApplication')
}
}

0 comments on commit 43bf661

Please sign in to comment.