mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-16 17:21:08 +01:00
Implement lookup mechanism using sqlite
This commit is contained in:
parent
c4898ed26a
commit
0e4cf1c166
12 changed files with 419 additions and 8 deletions
|
|
@ -38,7 +38,7 @@ allprojects {
|
|||
}
|
||||
|
||||
// For library modules, enable android api compatibility check
|
||||
if (it.name != 'pgpainless-cli' && it.name != 'pgpainless-cert-d-cli' && name != 'pgp-cert-d-java') {
|
||||
if (it.name != 'pgpainless-cli' && it.name != 'pgpainless-cert-d-cli' && name != 'pgp-cert-d-java' && name != 'pgp-cert-d-java-jdbc-sqlite-lookup') {
|
||||
// animalsniffer
|
||||
apply plugin: 'ru.vyarus.animalsniffer'
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue