mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-15 17:02:06 +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
|
@ -28,6 +28,7 @@ allprojects {
|
||||||
apply plugin: 'jacoco'
|
apply plugin: 'jacoco'
|
||||||
apply plugin: 'checkstyle'
|
apply plugin: 'checkstyle'
|
||||||
|
|
||||||
|
if (!it.name.equals('pgpainless-sop')) {
|
||||||
// animalsniffer
|
// animalsniffer
|
||||||
apply plugin: 'ru.vyarus.animalsniffer'
|
apply plugin: 'ru.vyarus.animalsniffer'
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -36,6 +37,7 @@ allprojects {
|
||||||
animalsniffer {
|
animalsniffer {
|
||||||
sourceSets = [sourceSets.main]
|
sourceSets = [sourceSets.main]
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// checkstyle
|
// checkstyle
|
||||||
checkstyle {
|
checkstyle {
|
||||||
|
|
Loading…
Reference in a new issue