mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
GP-0: Fixing gradle warnings
This commit is contained in:
@@ -41,7 +41,7 @@ rootProject.assembleMarkdownToHtml {
|
||||
}
|
||||
|
||||
rootProject.PLATFORMS.each { platform ->
|
||||
rootProject.tasks.findAll {it.name == "assembleDistribution_${platform.name}"}.each { t ->
|
||||
rootProject.tasks.matching {it.name == "assembleDistribution_${platform.name}"}.each { t ->
|
||||
def p = this.project
|
||||
|
||||
if (isLinux(platform.name) || isMac(platform.name)) {
|
||||
|
||||
Reference in New Issue
Block a user