macronova / kafka-connect-jms

Sink and source capabilities to transfer messages between JMS server and Kafka brokers
Apache License 2.0
16 stars 17 forks source link

Cannot add task 'wrapper' as a task with that name already exists #2

Closed jay999123 closed 5 years ago

jay999123 commented 5 years ago

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?

Thanks.

jay999123 commented 5 years ago

tried with gradle 4 version and the issue is no longer exists.