File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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
98version = " 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}
You can’t perform that action at this time.
0 commit comments