Skip to content

Commit b8812b5

Browse files
author
Ondřej Kalman
authored
Merge pull request #128 from futuredapp/fix/templates-deployment
Fix templates deployment
2 parents a203d62 + cbd0c34 commit b8812b5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

arkitekt-lint/src/test/java/app/futured/arkitekt/lint/WrongEventNameDetectorTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package app.futured.arkitekt.lint
33
import com.android.tools.lint.checks.infrastructure.LintDetectorTest
44
import com.android.tools.lint.detector.api.Detector
55
import com.android.tools.lint.detector.api.Issue
6-
import app.futured.arkitekt.lint.WrongEventNameDetector
76
import org.junit.Test
87

98
class WrongEventNameDetectorTest : LintDetectorTest() {

templates/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
`kotlin-dsl`
33
id("java-gradle-plugin")
44
id("maven-publish")
5-
id("com.gradle.plugin-publish") version "0.10.0"
5+
id("com.gradle.plugin-publish") version "0.11.0"
66
}
77

88
project.setProperty("archivesBaseName", ProjectSettings.Templates.module)

0 commit comments

Comments
 (0)