mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-03-24 10:01:29 +01:00
Update build.gradle to support Gradle 2.0
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
apply plugin: 'cpp-exe'
|
||||
apply plugin: 'cpp'
|
||||
|
||||
task wrapper(type: Wrapper)
|
||||
|
||||
executables {
|
||||
main {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user