SOP: Do not apply animalsniffer to pgpainless-sop

This commit is contained in:
Paul Schaub 2020-12-16 20:08:38 +01:00
parent fe03197f3e
commit ffd46b6d5e
1 changed files with 9 additions and 7 deletions

View File

@ -28,6 +28,7 @@ allprojects {
apply plugin: 'jacoco'
apply plugin: 'checkstyle'
if (!it.name.equals('pgpainless-sop')) {
// animalsniffer
apply plugin: 'ru.vyarus.animalsniffer'
dependencies {
@ -36,6 +37,7 @@ allprojects {
animalsniffer {
sourceSets = [sourceSets.main]
}
}
// checkstyle
checkstyle {