GP-3569 - Cleanup of Extension management

This commit is contained in:
dragonmacher
2023-07-11 14:09:56 -04:00
parent b0e0c7372a
commit b7583dc0b9
61 changed files with 3058 additions and 2540 deletions
@@ -90,10 +90,10 @@ task zipSource (type: Zip) {
task buildExtension (type: Zip) {
archiveBaseName = "${ZIP_NAME_PREFIX}_${project.name}"
archiveExtension = 'zip'
destinationDirectory = DISTRIBUTION_DIR
archiveVersion = ''
def archiveBaseName = "${ZIP_NAME_PREFIX}_${project.name}"
def archiveExtension = 'zip'
def destinationDirectory = DISTRIBUTION_DIR
def archiveVersion = ''
// Make sure that we don't try to copy the same file with the same path into the
// zip (this can happen!)