Skip to content

Commit

Permalink
Merge pull request #234 from gitsac/master
Browse files Browse the repository at this point in the history
Enable assertions
  • Loading branch information
gitsac authored Apr 10, 2023
2 parents 3d98597 + 4ece581 commit d1f5246
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 @@ -65,6 +65,10 @@ dependencies {
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: jUnitVersion
}

run {
enableAssertions = true
}

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

0 comments on commit d1f5246

Please sign in to comment.