Skip to content

Commit c34fad5

Browse files
committed
build: projectional-editor-ssr-mps-languages wasn't installed when executing installMpsPlugin
1 parent a1fcf75 commit c34fad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projectional-editor-ssr-mps-languages/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ tasks {
105105

106106
val pluginDir = mpsPluginsDir
107107
if (pluginDir != null) {
108-
create<Sync>("installMpsPlugin") {
108+
register<Sync>("installMpsPlugin") {
109109
dependsOn(prepareSandbox)
110110
from(project.layout.buildDirectory.dir("idea-sandbox/plugins/${project.name}"))
111111
into(pluginDir.resolve(project.name))

0 commit comments

Comments
 (0)