Skip to content

Commit

Permalink
fix more depr
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed May 15, 2024
1 parent d84e2d9 commit 67a2323
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
}

task generateXtextLanguage(type: JavaExec) {
main = 'org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher'
mainClass = 'org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher'
classpath = configurations.mwe2
inputs.file "src/main/java/io/typefox/examples/theia/states/GenerateStates.mwe2"
inputs.file "src/main/java/io/typefox/examples/theia/states/States.xtext"
Expand Down

0 comments on commit 67a2323

Please sign in to comment.