Skip to content

How to tell which upstream version tractusx-edc currently supports? #719

Answered by ndr-brt
arnoweiss asked this question in Q&A
Discussion options

You must be logged in to vote

The EDC version number it is specified in the gradle version catalog file:

There's also a way to get it programmatically, as it was implemented in this script for uploading api specs:

export UPSTREAM_VERSION=$(grep "edc = " gradle/libs.versions.toml | awk -F= '{print $2}' | jq -r)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by arnoweiss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants