GP-913: When the build adds new properties to application.properties, it

no longer assumes the primary repo is named "ghidra"
This commit is contained in:
Ryan Kurtz 2021-04-29 14:38:24 -04:00
parent 5234839b24
commit b9ac9ea1ab

View file

@ -32,7 +32,7 @@ def PROJECT_DIR = file (rootProject.projectDir.absolutePath)
ext.DISTRIBUTION_DIR = file("$buildDir/dist")
ext.ZIP_NAME_PREFIX = "${rootProject.DISTRO_PREFIX}_${rootProject.BUILD_DATE_SHORT}"
ext.ZIP_DIR_PREFIX = "${rootProject.DISTRO_PREFIX}"
ext.ALL_REPOS = ['ghidra']
ext.ALL_REPOS = [rootProject.file('.').getName()]
// Add any additional repos to the ALL_REPOS array
File extensionsList = file("ghidra.repos.config")