From 7db06aabe67d537e05781a2c9d4dbe35d12810af Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Tue, 13 Jun 2023 09:00:24 -0400 Subject: [PATCH] GP-3539: Fixing Gradle 8 createExternalExtensions task dependency issue --- gradle/root/distribution.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gradle/root/distribution.gradle b/gradle/root/distribution.gradle index 7d0ab069cd..76bc409673 100644 --- a/gradle/root/distribution.gradle +++ b/gradle/root/distribution.gradle @@ -418,6 +418,8 @@ task createExternalExtensions(type: Copy) { group 'private' description "Creates directory of extensions that are external to the installation zip (does not clean up artifacts) [gradle/root/distribution.gradle]" + dependsOn assembleSource + destinationDir new File(DISTRIBUTION_DIR.getPath(), "external_extensions") // Make sure that we don't try to copy the same file with the same path.