Move published wpilibj JNI shared artifact into shared/ subfolder (#658)

Makes eclipse easier.
This commit is contained in:
Thad House
2017-10-07 15:31:36 -07:00
committed by Peter Johnson
parent 24680bbd53
commit 94ea5bfb06

View File

@@ -97,7 +97,7 @@ model {
if (binary instanceof SharedLibraryBinarySpec) {
task.dependsOn binary.buildTask
task.from (binary.sharedLibraryFile) {
into getPlatformPath(binary)
into getPlatformPath(binary) + '/shared'
}
}
}