Skip to content

Commit

Permalink
test(mps-sync-plugin): first test running in MPS
Browse files Browse the repository at this point in the history
  • Loading branch information
slisson committed Nov 28, 2023
1 parent e30dcb4 commit c9f9bee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mps-sync-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ tasks {
}
}

assemble {
dependsOn(downloadMPS)
}
assemble { dependsOn(downloadMPS) }
test { dependsOn(downloadMPS) }

// This plugin in intended to be used by all 'supported' MPS versions, as a result we need to use the lowest
// common java version, which is JAVA 11 to ensure bytecode compatibility.
Expand Down

0 comments on commit c9f9bee

Please sign in to comment.