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