Skip to content

Commit ff993f2

Browse files
committed
Build plugin
1 parent 1df8f99 commit ff993f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ spotless {
3333
kotlinGradle { ktfmt() }
3434
}
3535

36+
intellijPlatform { pluginConfiguration { ideaVersion { untilBuild = provider { null } } } }
37+
3638
tasks.test {
3739
useJUnitPlatform()
3840
systemProperty("junit.jupiter.extensions.autodetection.enabled", true)
3941
testLogging { exceptionFormat = TestExceptionFormat.FULL }
4042
}
4143

42-
intellijPlatform { pluginConfiguration { ideaVersion { untilBuild = provider { null } } } }
44+
tasks.build { dependsOn(tasks.buildPlugin) }

0 commit comments

Comments
 (0)