You've already forked TrickyStore
mirror of
https://github.com/5ec1cff/TrickyStore.git
synced 2025-09-06 06:37:07 +00:00
build: Suppress warnings
Signed-off-by: GarfieldHan <2652609017@qq.com>
This commit is contained in:
@@ -38,7 +38,7 @@ val androidSourceCompatibility by extra(JavaVersion.VERSION_17)
|
|||||||
val androidTargetCompatibility by extra(JavaVersion.VERSION_17)
|
val androidTargetCompatibility by extra(JavaVersion.VERSION_17)
|
||||||
|
|
||||||
tasks.register("Delete", Delete::class) {
|
tasks.register("Delete", Delete::class) {
|
||||||
delete(rootProject.buildDir)
|
delete(layout.buildDirectory)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun Project.configureBaseExtension() {
|
fun Project.configureBaseExtension() {
|
||||||
@@ -72,6 +72,7 @@ fun Project.configureBaseExtension() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
lint {
|
lint {
|
||||||
|
checkReleaseBuilds = false
|
||||||
abortOnError = true
|
abortOnError = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user