Skip to content

Commit

Permalink
Enable Assertions True
Browse files Browse the repository at this point in the history
  • Loading branch information
WinstonJin committed Oct 23, 2024
1 parent 98ba555 commit d1d5f1f
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 @@ -20,6 +20,10 @@ checkstyle {
toolVersion = '10.2'
}

run {
enableAssertions = true
}

test {
useJUnitPlatform()
finalizedBy jacocoTestReport
Expand Down Expand Up @@ -66,7 +70,7 @@ dependencies {
}

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

defaultTasks 'clean', 'test'

0 comments on commit d1d5f1f

Please sign in to comment.