mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-18 09:37:04 +01:00
update definition of C++ gradle projects
This commit is contained in:
9
gradle-c-plugin/01-hello-task/build.gradle
Normal file
9
gradle-c-plugin/01-hello-task/build.gradle
Normal file
@@ -0,0 +1,9 @@
|
||||
task hello {
|
||||
// Loaded in configuration phase
|
||||
description = "Say Hello :-)"
|
||||
doLast {
|
||||
// Executed in execution phase
|
||||
println "Hello FI MUNI!"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user