Skip to content

Commit

Permalink
Fix :: build.gradle 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
heunseoRyu committed Apr 9, 2024
1 parent bc2f5ff commit fb113db
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@ plugins {
group = 'com.8beep'
version = '0.0.1-SNAPSHOT'

// Default는 dev 로 지정
ext.profile = (!project.hasProperty('profile') || !profile) ? 'dev' : profile

// 리소스 폴더 지정
sourceSets {
main {
resources {
srcDirs "src/main/resources", "src/main/resources-${profile}"
}
}
}

java {
sourceCompatibility = '17'
}
Expand Down

0 comments on commit fb113db

Please sign in to comment.