Replies: 1 comment
-
The error vanishes when I add the data plane selector core tothe build file (even tho in the documentation it's explicitly stated that this is not needed.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello folks,
I basicly have the same problem as in this discussion but the provided answer unforutnatly didnt work for me. I followed along the Build and run a monolithic connector guide but I get this log:
Steps I did:
git cloned the newest sample repo of the edc (0.1.0)
mkdir selfbuild
vim build.gradle.kts
copied the code of the instructions
changed edc version to 0.1.0
added the folder to the settings.gradle.kts in the mainfolder
./gradlew clean build
./gradlew selfbuild:build
java -jar ./selfbuild/build/libs/connector.jar
Versions:
Concerning the mentioned discussion:
I neither have a .gradle file in ~ nor a .m2 folder. I use the newest repos and I entered the newest version of the edc into the val edcVersion varibale.
Beta Was this translation helpful? Give feedback.
All reactions