1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-17 00:54:50 +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: '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 {