Skip to content

Commit

Permalink
build: projectional-editor-ssr-mps-languages wasn't installed when ex…
Browse files Browse the repository at this point in the history
…ecuting installMpsPlugin
  • Loading branch information
slisson committed Dec 6, 2024
1 parent a1fcf75 commit c34fad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectional-editor-ssr-mps-languages/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ tasks {

val pluginDir = mpsPluginsDir
if (pluginDir != null) {
create<Sync>("installMpsPlugin") {
register<Sync>("installMpsPlugin") {
dependsOn(prepareSandbox)
from(project.layout.buildDirectory.dir("idea-sandbox/plugins/${project.name}"))
into(pluginDir.resolve(project.name))
Expand Down

0 comments on commit c34fad5

Please sign in to comment.