Signal-Android/lintchecks/build.gradle

18 wiersze
388 B
Groovy
Czysty Zwykły widok Historia

2020-05-01 19:19:24 +00:00
apply plugin: 'java-library'
dependencies {
compileOnly lintLibs.lint.api
compileOnly lintLibs.lint.checks
2020-05-01 19:19:24 +00:00
testImplementation lintLibs.lint.tests
testImplementation testLibs.junit.junit
testImplementation lintLibs.lint.api
testImplementation lintLibs.lint.checks
2020-05-01 19:19:24 +00:00
}
jar {
manifest {
attributes('Lint-Registry-v2': 'org.signal.lint.Registry')
}
}