Skip to content

Commit

Permalink
Merge pull request #136 from FionaQY/enable-assertions
Browse files Browse the repository at this point in the history
Enable Assertions
  • Loading branch information
FionaQY authored Oct 25, 2024
2 parents 90dfedf + 038b0b1 commit 7b16248
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 @@ -16,6 +16,10 @@ repositories {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}

run {
enableAssertions = true
}

checkstyle {
toolVersion = '10.2'
}
Expand Down

0 comments on commit 7b16248

Please sign in to comment.