Skip to content

Commit

Permalink
feat: add 2023.1 folder to the logic of writting schemas
Browse files Browse the repository at this point in the history
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
  • Loading branch information
emanuelaepure10 committed Feb 8, 2024
1 parent 3efce11 commit 21d7605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 21d7605

Please sign in to comment.