Adds WPILib JNI shared debug file publish. (#671)

This commit is contained in:
Thad House
2017-10-16 19:59:05 -07:00
committed by Peter Johnson
parent f4779379c3
commit ee20747255

View File

@@ -99,6 +99,9 @@ model {
task.from (binary.sharedLibraryFile) {
into getPlatformPath(binary) + '/shared'
}
task.from(new File(binary.sharedLibraryFile.absolutePath + ".debug")) {
into getPlatformPath(binary) + '/shared'
}
}
}
}