mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-01-11 14:30:40 +01:00
#1 - new gradle has different path to binaries in example 08
This commit is contained in:
@@ -1,18 +1,8 @@
|
||||
apply plugin: 'c'
|
||||
apply plugin: 'visual-studio'
|
||||
|
||||
sources {
|
||||
main {
|
||||
c {
|
||||
source {
|
||||
// Include just source, avoid including *.swp and other helper files
|
||||
include "**/*.c"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
executables {
|
||||
main {
|
||||
model {
|
||||
components {
|
||||
main(NativeExecutableSpec) {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user