mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-01-16 16:47:01 +01:00
9 lines
91 B
Groovy
9 lines
91 B
Groovy
apply plugin: 'c'
|
|
|
|
model {
|
|
components {
|
|
main(NativeExecutableSpec) {}
|
|
}
|
|
}
|
|
|