gradle.kts standalone scripts: show actions inside single notification

This commit is contained in:
Sergey Rostov
2020-06-16 19:35:08 +03:00
parent 64b1cc7fd4
commit 3d86e92bf5
7 changed files with 121 additions and 17 deletions
+3
View File
@@ -37,6 +37,9 @@
This setting currently affects only HMPP projects. You may need to delete existing test configurations for the change to take place."
defaultValue="true"
restartRequired="false"/>
<projectService serviceInterface="org.jetbrains.kotlin.idea.scripting.gradle.legacy.GradleStandaloneScriptActions"
serviceImplementation="org.jetbrains.kotlin.idea.scripting.gradle.legacy.GradleStandaloneScriptActions"/>
</extensions>
<actions>
+3
View File
@@ -39,6 +39,9 @@
This setting currently affects only HMPP projects. You may need to delete existing test configurations for the change to take place."
defaultValue="true"
restartRequired="false"/>
<projectService serviceInterface="org.jetbrains.kotlin.idea.scripting.gradle.legacy.GradleStandaloneScriptActions"
serviceImplementation="org.jetbrains.kotlin.idea.scripting.gradle.legacy.GradleStandaloneScriptActions"/>
</extensions>
<actions>