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