File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
arkitekt-lint/src/test/java/app/futured/arkitekt/lint Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package app.futured.arkitekt.lint
3
3
import com.android.tools.lint.checks.infrastructure.LintDetectorTest
4
4
import com.android.tools.lint.detector.api.Detector
5
5
import com.android.tools.lint.detector.api.Issue
6
- import app.futured.arkitekt.lint.WrongEventNameDetector
7
6
import org.junit.Test
8
7
9
8
class WrongEventNameDetectorTest : LintDetectorTest () {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
`kotlin- dsl`
3
3
id(" java-gradle-plugin" )
4
4
id(" maven-publish" )
5
- id(" com.gradle.plugin-publish" ) version " 0.10 .0"
5
+ id(" com.gradle.plugin-publish" ) version " 0.11 .0"
6
6
}
7
7
8
8
project.setProperty(" archivesBaseName" , ProjectSettings .Templates .module)
You can’t perform that action at this time.
0 commit comments