Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.generator.cpp/build.gradle')
-rw-r--r--plugins/org.eclipse.etrice.generator.cpp/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.generator.cpp/build.gradle b/plugins/org.eclipse.etrice.generator.cpp/build.gradle
index e3c8f948f..01a614f7a 100644
--- a/plugins/org.eclipse.etrice.generator.cpp/build.gradle
+++ b/plugins/org.eclipse.etrice.generator.cpp/build.gradle
@@ -24,6 +24,8 @@ sourceSets {
}
}
+ext.classpath = sourceSets.main.runtimeClasspath
+
mainClassName = 'org.eclipse.etrice.generator.cpp.Main'
distTar.enabled = false \ No newline at end of file

Back to the top