Skip to content

Commit

Permalink
FIX CI lint options issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Muyangmin committed Feb 26, 2017
1 parent c6f3951 commit f3af2e0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plog-formatter/build.gradle
Expand Up @@ -10,6 +10,13 @@ android {
targetSdkVersion rootProject.ext.TARGET_SDK_VERSION as int
}

packagingOptions {
exclude 'LICENSE.txt'
exclude 'NOTICE.txt'
}
lintOptions {
abortOnError false
}
}

dependencies {
Expand Down
7 changes: 7 additions & 0 deletions plog-printer/build.gradle
Expand Up @@ -10,6 +10,13 @@ android {
targetSdkVersion rootProject.ext.TARGET_SDK_VERSION as int
}

packagingOptions {
exclude 'LICENSE.txt'
exclude 'NOTICE.txt'
}
lintOptions {
abortOnError false
}
}

dependencies {
Expand Down
7 changes: 7 additions & 0 deletions plog-timing/build.gradle
Expand Up @@ -10,6 +10,13 @@ android {
targetSdkVersion rootProject.ext.TARGET_SDK_VERSION as int
}

packagingOptions {
exclude 'LICENSE.txt'
exclude 'NOTICE.txt'
}
lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit f3af2e0

Please sign in to comment.