#1 - use newer version of Gradle syntax

This commit is contained in:
Juraj Michalek
2016-03-09 13:45:59 +01:00
parent f69e857849
commit 66cbe4e15e

View File

@@ -1,17 +1,8 @@
apply plugin: 'c'
sources {
main {
c {
source {
// Include just source, avoid including *.swp and other helper files
include "**/*.c"
}
}
model {
components {
main(NativeExecutableSpec) {}
}
}
executables {
main {
}
}