-
I am trying to implement a custom connector by my own, in a separate project folder, using the sample projects as basis. Since the artefacts are not published yet on Maven central (#404), I tried to refer to the needed modules in the following way:
without success, because the gradle settings of each module inherits features and configuration from the project they belong. Is there currently a way to create a connector project as a project apart from the DataSpaceConnector project? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You need to publish the artifacts to your local maven repository with:
then you can reference the modules as dependencies like:
|
Beta Was this translation helpful? Give feedback.
-
Thanks a lot. For further reference, the sample 01 build.gradle.kts will look like this:
|
Beta Was this translation helpful? Give feedback.
You need to publish the artifacts to your local maven repository with:
then you can reference the modules as dependencies like: