pegasystems / dataset-integrations

Kafka custom serializer/deserializer implementations
Apache License 2.0
5 stars 6 forks source link

Missing prpublic-dsmint #4

Open dmitry-kolesnikov-ke opened 2 years ago

dmitry-kolesnikov-ke commented 2 years ago

When try to build example - face an issue:

C:\Users\name\Downloads\dataset-integrations-master\dataset-integrations-master\kafka-dataset-samples>gradlew.bat build -x test
> Task :compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not find :prpublic-dsmint:.
     Searched in the following locations:
       - file:/C:/Users/name/Downloads/dataset-integrations-master/dataset-integrations-master/kafka-dataset-samples/libs/prpublic-dsmint.jar
     Required by:
         project :

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
1 actionable task: 1 executed

Where I suppose to get prpublic-dsmint? It doesn't exist in the installation distro. Also nothing in the readme about that dependency.