Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 10321d7e234527113d4a8032f6ca1e8d9ef005d4 (plain) (blame)
1
2
3
4
5
apply plugin: 'c'
apply from: "$rootDir/gradle/etTest.gradle"

createBuild('c', 'helloWorld', 'model/HelloWorld')
createBuild('c', 'pingPong', 'model/PingPong')

Back to the top