mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 22:02:05 +01:00
SOP: Do not apply animalsniffer to pgpainless-sop
This commit is contained in:
parent
fe03197f3e
commit
ffd46b6d5e
1 changed files with 9 additions and 7 deletions
16
build.gradle
16
build.gradle
|
@ -28,13 +28,15 @@ allprojects {
|
||||||
apply plugin: 'jacoco'
|
apply plugin: 'jacoco'
|
||||||
apply plugin: 'checkstyle'
|
apply plugin: 'checkstyle'
|
||||||
|
|
||||||
// animalsniffer
|
if (!it.name.equals('pgpainless-sop')) {
|
||||||
apply plugin: 'ru.vyarus.animalsniffer'
|
// animalsniffer
|
||||||
dependencies {
|
apply plugin: 'ru.vyarus.animalsniffer'
|
||||||
signature "net.sf.androidscents.signature:android-api-level-${pgpainlessMinAndroidSdk}:2.3.1_r2@signature"
|
dependencies {
|
||||||
}
|
signature "net.sf.androidscents.signature:android-api-level-${pgpainlessMinAndroidSdk}:2.3.1_r2@signature"
|
||||||
animalsniffer {
|
}
|
||||||
sourceSets = [sourceSets.main]
|
animalsniffer {
|
||||||
|
sourceSets = [sourceSets.main]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// checkstyle
|
// checkstyle
|
||||||
|
|
Loading…
Reference in a new issue