mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-06-13 17:14:27 +02:00
update definition of C++ gradle projects
This commit is contained in:
@@ -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