Skip to content

Commit

Permalink
Enable assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
nixonwidjaja committed Oct 26, 2023
1 parent c5b0254 commit 36d7fc9
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 @@ -66,6 +66,10 @@ dependencies {
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: jUnitVersion
}

run {
enableAssertions = true
}

shadowJar {
archiveFileName = 'HRInsight.jar'
}
Expand Down

0 comments on commit 36d7fc9

Please sign in to comment.