mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-25 21:51:47 +00:00
Add Gradle Wrapper to exclude from extension build
Gradle Wrapper: https://docs.gradle.org/current/userguide/gradle_wrapper.html Is "recommended way to execute any Gradle build" so more and more extensions have the wrapper files in the repository. They serve no purpose once built, so ignore it from the zip.
This commit is contained in:
parent
777bcbef17
commit
68f532627c
@ -92,6 +92,10 @@ task buildExtension (type: Zip) {
|
||||
exclude '.settings/**'
|
||||
exclude 'developer_scripts'
|
||||
exclude '.antProperties.xml'
|
||||
exclude 'gradlew'
|
||||
exclude 'gradlew.bat'
|
||||
exclude 'gradle/wrapper/gradle-wrapper.jar'
|
||||
exclude 'gradle/wrapper/gradle-wrapper.properties'
|
||||
|
||||
into pathInZip
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user