Skip to content

Commit

Permalink
update build.sh, run gradle check before compile
Browse files Browse the repository at this point in the history
  • Loading branch information
lytsing committed Aug 10, 2017
1 parent 1c96c62 commit e0314d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
# Date: 2017-08-02
#

./gradlew check
./gradlew clean build

2 changes: 2 additions & 0 deletions config/quality/quality.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ task checkstyle(type: Checkstyle, group: 'Verification', description: 'Runs code
source 'src'
include '**/*.java'

ignoreFailures = true

reports {
xml.enabled = true
xml {
Expand Down

0 comments on commit e0314d9

Please sign in to comment.