Skip to content

Commit

Permalink
Migrate lint options
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjacky committed Jun 4, 2024
1 parent e852d69 commit 4424173
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ android {
jvmTarget.set(JvmTarget.JVM_17)
}
}
lintOptions {
isAbortOnError = false
}
packagingOptions {
resources {
excludes += setOf(
Expand All @@ -73,6 +70,9 @@ android {
}
//testOptions.unitTests.returnDefaultValues = true
namespace = "app.web.drjackycv.mvvmtemplate"
lint {
abortOnError = false
}
}

dependencies {
Expand Down

0 comments on commit 4424173

Please sign in to comment.