Skip to content

Commit

Permalink
Backport changes to build pipeline
Browse files Browse the repository at this point in the history
Issues: IN-592
  • Loading branch information
Michel Hartmann committed Jan 9, 2025
1 parent e74bbc0 commit 8368058
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ jobs:
- name: Copy tar.gz Archive to GCloud Bucket
run: gsutil cp ./*.tar.gz gs://schema.cip4.org/

- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: xsd-artifact
path: xjdf.xsd

- name: Invalidate CDN Cache
run: |
gcloud compute url-maps invalidate-cdn-cache cip4-public-balancer --path "/jdfschema_2_x/*"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation localGroovy()

testImplementation 'org.glassfish.jaxb:jaxb-runtime:4.0.2'
testImplementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.0'
testImplementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1'

testImplementation 'org.cip4.lib.xjdf:xJdfLib:latest.integration'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'
Expand Down

0 comments on commit 8368058

Please sign in to comment.