mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-15 08:13:38 +01:00
9 lines
83 B
Groovy
9 lines
83 B
Groovy
apply plugin: 'cpp'
|
|
|
|
task wrapper(type: Wrapper)
|
|
|
|
executables {
|
|
main {
|
|
}
|
|
}
|