Sign in
eclipse
/
etrice
/
org.eclipse.etrice
/
refs/heads/master
/
.
/
examples
/
org.eclipse.etrice.tutorials.java
/
build.gradle
blob: 3941f5af1b1e86e8433e095c2c823ec3b7f24b93 [
file
] [
log
] [
blame
]
apply plugin
:
'java-base'
apply
from
:
"$rootDir/gradle/etTest.gradle"
createBuild
(
'java'
,
'helloWorld'
,
'model/HelloWorld'
)
createBuild
(
'java'
,
'pingPong'
,
'model/PingPong'
)