mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-26 16:45:41 +08:00
Merge branch 'Ghidra_9.0'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
application.name=Ghidra
|
||||
application.version=9.0.1
|
||||
application.version=9.0.2-DEV
|
||||
application.release.name=PUBLIC
|
||||
application.layout.version=1
|
||||
application.gradle.version=5.0
|
||||
|
||||
@@ -196,6 +196,8 @@ task assembleCommon (type: Copy) {
|
||||
exclude "**/.project"
|
||||
exclude "**/.classpath"
|
||||
exclude "**/delete.me"
|
||||
exclude "**/.vs/**"
|
||||
exclude "**/*.vcxproj.user"
|
||||
|
||||
/////////////////
|
||||
// GHIDRA PROJECTS
|
||||
|
||||
@@ -122,6 +122,8 @@ def Map<String, List<String>> getIpForModule(Project p) {
|
||||
exclude "**/*.sla"
|
||||
exclude "**/.gradle/**"
|
||||
exclude "**/.settings/**"
|
||||
exclude "**/.vs/**"
|
||||
exclude "**/*.vcxproj.user"
|
||||
}
|
||||
tree.each { file ->
|
||||
String ip = getIp(p.projectDir, file)
|
||||
|
||||
Reference in New Issue
Block a user