Question on basic-01-basic-connector #281
-
Hello everyone, Are the samples in the basic folder up-to-date? Because I'm running java -jar basic/basic-01-basic-connector/build/libs/basic-connector.jar after building with gradlew and I have the following output:
instead of the following specified in the README.md:
Also instead of this line that appears on the README implementation(libs.edc.control.plane.core) the gradle file has these 2 lines:
Is this working as expected? (Perhaps I'm missing something) Thank you in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
yes, they are, please ensure that you're on the latest commit on |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
the EDC version is set in the
gradle/lib.versions.toml
file so there's no need to change the sample itself to update the version.it could be that the README differs a bit from the actual shape of the build file because we had some changes in the last months.
The scope of the sample is to show how a simple runtime can be built with some EDC modules, so, as long as it starts, also if the console output differs a bit, I'd say that it works correctly