Sign in
eclipse
/
etrice
/
org.eclipse.etrice
/
refs/heads/master
/
.
/
examples
/
org.eclipse.etrice.tutorials.simulators.trafficlight
/
build.gradle
blob: 55984cae49f3dee1600df1da8d1df9215c7fcfc1 [
file
] [
log
] [
blame
]
apply plugin
:
'application'
sourceSets
.
main
.
java
.
srcDirs
=
[
'src'
]
mainClassName
=
'org.eclipse.etrice.tutorials.simulators.trafficlight.Main'
distTar
.
enabled
=
false