Skip to content

Commit

Permalink
fix: don't delete INSPIRE schemas metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Feb 22, 2024
1 parent 3861830 commit 88105f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,6 @@ class INSPIREDownloadTask extends DefaultTask {
onlyIfModified true
}
File targetDir = project.file("${project.ext.hostsFolder}/$host")
// delete folder
targetDir.deleteDir()
targetDir.mkdirs()

def md = new MetadataHelper(project, targetDir)
md.cleanFolderKeepMetadata()
Expand Down

0 comments on commit 88105f0

Please sign in to comment.