mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-23 03:17:58 +01:00
Get rid of animalsniffer
This commit is contained in:
parent
075ca4baa3
commit
58951ce19a
1 changed files with 0 additions and 13 deletions
13
build.gradle
13
build.gradle
|
@ -18,7 +18,6 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'ru.vyarus.animalsniffer' version '1.5.3'
|
|
||||||
id 'org.jetbrains.kotlin.jvm' version "1.8.10"
|
id 'org.jetbrains.kotlin.jvm' version "1.8.10"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,18 +42,6 @@ allprojects {
|
||||||
onlyIf { !sourceSets.main.allSource.files.isEmpty() }
|
onlyIf { !sourceSets.main.allSource.files.isEmpty() }
|
||||||
}
|
}
|
||||||
|
|
||||||
// For library modules, enable android api compatibility check
|
|
||||||
if (it.name != 'pgpainless-cli') {
|
|
||||||
// animalsniffer
|
|
||||||
apply plugin: 'ru.vyarus.animalsniffer'
|
|
||||||
dependencies {
|
|
||||||
signature "net.sf.androidscents.signature:android-api-level-${pgpainlessMinAndroidSdk}:2.3.3_r2@signature"
|
|
||||||
}
|
|
||||||
animalsniffer {
|
|
||||||
sourceSets = [sourceSets.main]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// checkstyle
|
// checkstyle
|
||||||
checkstyle {
|
checkstyle {
|
||||||
toolVersion = '10.12.1'
|
toolVersion = '10.12.1'
|
||||||
|
|
Loading…
Reference in a new issue