mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +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) {
|
||||
task.dependsOn binary.buildTask
|
||||
task.from (binary.sharedLibraryFile) {
|
||||
into getPlatformPath(binary)
|
||||
into getPlatformPath(binary) + '/shared'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user