diff options
author | Arne Schwabe <arne@rfc2549.org> | 2017-06-13 12:14:47 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2017-06-13 13:28:40 +0200 |
commit | 1b6f7d1114f1d28bb8d3a878769de8d43c4ee9c8 (patch) | |
tree | 728910afab8a50824742c635aa8a9e2877a8854f /main/build.gradle | |
parent | 165fd84d58e8707fd5597268fd449ac0e874a69f (diff) |
Update travis to match current configuration
Diffstat (limited to 'main/build.gradle')
-rw-r--r-- | main/build.gradle | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/build.gradle b/main/build.gradle index 9e28933b..8bdd763c 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -7,6 +7,11 @@ import com.android.builder.model.ProductFlavor apply plugin: 'com.android.application' +apply plugin: 'checkstyle' + checkstyle { + showViolations true + } + repositories { jcenter() maven { url "https://jitpack.io" } |