Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanjaemo authored Mar 22, 2024
1 parent 875e7b3 commit 1e88fd6
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 @@ -7,6 +7,10 @@ plugins {
group = 'com.example'
version = '0.0.1-SNAPSHOT'

jar {
enabled = false
}

java {
sourceCompatibility = '17'
}
Expand Down

0 comments on commit 1e88fd6

Please sign in to comment.