Hi,
I'm trying to build this project with the commands provided. I tried the below command
gradle clean build zip
and getting the below error -
`
FAILURE: Build failed with an exception.
* Where:
Build file '/home/janardhan/CodeBase/poCs_JMS/kafka-connect-jms/build.gradle' line: 149
* What went wrong:
A problem occurred evaluating root project 'kafka-connect-jms'.
> Cannot add task 'wrapper' as a task with that name already exists.
`
Any idea?
I'm using Gradle 5.0 version.
And can you specify where is the kafka-connect-jms-${version}.jar present? Is it arises out of the build?
Hi, I'm trying to build this project with the commands provided. I tried the below command
gradle clean build zip
and getting the below error -` FAILURE: Build failed with an exception.
`
Any idea?
I'm using Gradle
5.0
version.And can you specify where is the
kafka-connect-jms-${version}.jar
present? Is it arises out of the build?Thanks.