mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Move published wpilibj JNI shared artifact into shared/ subfolder (#658)
Makes eclipse easier.
This commit is contained in:
committed by
Peter Johnson
parent
24680bbd53
commit
94ea5bfb06
@@ -97,7 +97,7 @@ model {
|
|||||||
if (binary instanceof SharedLibraryBinarySpec) {
|
if (binary instanceof SharedLibraryBinarySpec) {
|
||||||
task.dependsOn binary.buildTask
|
task.dependsOn binary.buildTask
|
||||||
task.from (binary.sharedLibraryFile) {
|
task.from (binary.sharedLibraryFile) {
|
||||||
into getPlatformPath(binary)
|
into getPlatformPath(binary) + '/shared'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user