1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-09-27 10:09:33 +02:00

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

View file

@ -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 {