Oh shoot. Thanks for pointing it out. Will check that way.
Thanks and best regards,
Dulvin
On Mon, Jun 17, 2019 at 3:13 AM Matthias J. Sax
wrote:
> Did you run
>
> ./gradle integrationTest
>
> or
>
> ./gradlew integrationTest
>
> ?
>
> The later would be correct. If you don't have the `gradlew`
Did you run
./gradle integrationTest
or
./gradlew integrationTest
?
The later would be correct. If you don't have the `gradlew` wrapper,
just run
$ gradle
without any parameters and it will create it. See the README on GiHhub
for more details: https://github.com/apache/kafka
-Matthias
On