Skip to content

Commit c87ac9f

Browse files
committed
Remove lints
1 parent 0a4e296 commit c87ac9f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ plugins {
33
id("com.github.gmazzo.buildconfig") version "5.5.1"
44
id("com.gradleup.shadow") version "9.0.0-beta4"
55
id("com.diffplug.spotless") version "7.0.2"
6-
id("com.android.lint") version "8.8.0"
76
}
87

98
version = "0.3.0-SNAPSHOT"
@@ -58,7 +57,7 @@ val r8Jar by tasks.registering(JavaExec::class) {
5857
outputs.file(r8File)
5958

6059
classpath(r8)
61-
mainClass = com.android.tools.r8.R8::class.java.canonicalName
60+
mainClass = "com.android.tools.r8.R8"
6261
args(
6362
"--release",
6463
"--classfile",
@@ -127,6 +126,4 @@ dependencies {
127126
testImplementation("com.ginsberg:junit5-system-exit:1.1.2")
128127
testImplementation("com.willowtreeapps.assertk:assertk:0.28.1")
129128
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
130-
131-
lintChecks("com.jzbrooks:assertk-lint:1.4.0")
132129
}

0 commit comments

Comments
 (0)