Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.etrice.tutorials.simulators.trafficlight/build.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/build.gradle b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/build.gradle
new file mode 100644
index 000000000..55984cae4
--- /dev/null
+++ b/examples/org.eclipse.etrice.tutorials.simulators.trafficlight/build.gradle
@@ -0,0 +1,7 @@
+apply plugin: 'application'
+
+sourceSets.main.java.srcDirs = ['src']
+
+mainClassName = 'org.eclipse.etrice.tutorials.simulators.trafficlight.Main'
+
+distTar.enabled = false \ No newline at end of file

Back to the top