Skip to content

Commit

Permalink
Merge pull request #97 from AgentHagu/update-build-gradle
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
amoschee authored Oct 24, 2024
2 parents 779e2e0 + a5f18f4 commit 350510e
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 350510e

Please sign in to comment.