From 21d760542b724bbe64a4d772fb4e56308ea90f28 Mon Sep 17 00:00:00 2001 From: Emanuela Epure <67077116+emanuelaepure10@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:54:38 +0100 Subject: [PATCH] feat: add 2023.1 folder to the logic of writting schemas Add 2023.1 as a folder from where to copy over the parent folder the older versions. no-ING update INSPIRE schemas 7.02.2024 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3b31542a..24a317b9 100644 --- a/build.gradle +++ b/build.gradle @@ -313,7 +313,7 @@ class INSPIREDownloadTask extends DefaultTask { File applicationtempschemas = new File(temporaryDir, 'application-schemas-main') File tempRoot = new File(applicationtempschemas, 'tmp-schemas') - def versions = ['2021.1', '2021.2', '2022.1', '2022.2'] + def versions = ['2021.1', '2021.2', '2022.1', '2022.2', '2023.1'] // copy all versions in order versions.each { v -> project.copy {