Skip to content

Commit

Permalink
Update build.gradle to enable assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentHagu committed Oct 24, 2024
1 parent 779e2e0 commit a5f18f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,12 @@ dependencies {
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: jUnitVersion
}

run {
enableAssertions = true
}

shadowJar {
archiveFileName = 'addressbook.jar'
archiveFileName = 'educonnect.jar'
}

defaultTasks 'clean', 'test'

0 comments on commit a5f18f4

Please sign in to comment.