-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update download inspire schemas #5
feat: update download inspire schemas #5
Conversation
@emanuelaepure10 I did an update to the repository to (a) automate update to the resources (daily update, PR is created for review with changes) and (b) perform checks on PRs to verify the download and possible changes that would happen during the automated updates.
This now needs to be done similar to here: offline-resources/build.gradle Line 225 in faddb31
This now needs to be done similar to here: offline-resources/build.gradle Line 236 in faddb31
|
e8843e3
to
bec259a
Compare
@stempler |
bec259a
to
1317a64
Compare
0b05a51
to
16a30c1
Compare
Locally, the build was successful for me. However, I've encountered difficulties reproducing the same success in this environment. Despite trying various approaches, I haven't been able to achieve the desired outcome. Do you have any suggestions for improvements that I could try? |
16a30c1
to
edfe706
Compare
edfe706
to
abb63bc
Compare
32818cb
to
0ec93e9
Compare
0ec93e9
to
5407433
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the changes! Can you please still fix the indentation for all of the changes?
Update for using the new way of downloading the INSPIRE schemas. ING-3392
5407433
to
8e4ae19
Compare
The indentation should be fixed now. |
build.gradle
Outdated
|
||
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'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One final thing. Since you pointed out there was an update, now 2023.1
needs to be added to the list.
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
b3af8bd
to
a54204c
Compare
Update for using the new way of downloading the INSPIRE schemas. Code compliant with hale-platform
ING-3392