mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-14 15:53:32 +01:00
9 lines
99 B
Groovy
9 lines
99 B
Groovy
apply plugin: 'cpp'
|
|
plugins {
|
|
id "nebula.os-package" version "2.0.3"
|
|
}
|
|
|
|
executables {
|
|
main
|
|
}
|