mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 02:59:00 +08:00
fix
This commit is contained in:
@@ -392,19 +392,6 @@ project.PLATFORMS.each { platform ->
|
||||
// Make sure that we don't try to copy the same file with the same path into the
|
||||
// zip (this can happen!)
|
||||
duplicatesStrategy 'exclude'
|
||||
|
||||
/////////////////////////////////
|
||||
// Gradle Wrapper
|
||||
/////////////////////////////////
|
||||
from (ROOT_PROJECT_DIR) {
|
||||
if (isLinux(platform.name) || isMac(platform.name)) {
|
||||
include "gradlew"
|
||||
}
|
||||
if (isWindows(platform.name)) {
|
||||
include "gradlew.bat"
|
||||
}
|
||||
into "support/gradle"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user