We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df8f99 commit ff993f2Copy full SHA for ff993f2
build.gradle.kts
@@ -33,10 +33,12 @@ spotless {
33
kotlinGradle { ktfmt() }
34
}
35
36
+intellijPlatform { pluginConfiguration { ideaVersion { untilBuild = provider { null } } } }
37
+
38
tasks.test {
39
useJUnitPlatform()
40
systemProperty("junit.jupiter.extensions.autodetection.enabled", true)
41
testLogging { exceptionFormat = TestExceptionFormat.FULL }
42
43
-intellijPlatform { pluginConfiguration { ideaVersion { untilBuild = provider { null } } } }
44
+tasks.build { dependsOn(tasks.buildPlugin) }
0 commit comments