update C plugin examples to work with Gradle 2.3

This commit is contained in:
Juraj Michalek
2015-05-05 07:57:05 +02:00
parent b4e91a9acd
commit 86764f8ec3
9 changed files with 36 additions and 71 deletions

View File

@@ -1,7 +1,9 @@
apply plugin: 'c'
executables {
main {
model {
components {
main(NativeExecutableSpec) {
}
}
}