Skip to content

Commit

Permalink
Merge pull request #97 from DextheChik3n/77-enable-assertions-v1.1
Browse files Browse the repository at this point in the history
77 enable assertions v1.1
  • Loading branch information
ziyi105 authored Oct 22, 2023
2 parents 06fb6a4 + bf777c4 commit 318b4e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ bin/

/text-ui-test/ACTUAL.TXT
text-ui-test/EXPECTED-UNIX.TXT
META-INF/MANIFEST.MF
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ checkstyle {

run{
standardInput = System.in
enableAssertions = true
}

0 comments on commit 318b4e7

Please sign in to comment.