I have started getting this error when running './gradlew test':

kafka@kafka:~/workspace/kafka$ ./gradlew test
To honour the JVM settings for this build a new JVM will be forked. Please 
consider using the daemon: 
https://docs.gradle.org/2.11/userguide/gradle_daemon.html.
Building project 'core' with Scala version 2.10.6
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:rat
Unknown license: /home/kafka/workspace/kafka/bin/gradlew
Unknown license: /home/kafka/workspace/kafka/bin/gradlew.bat
:rat FAILED

FAILURE: Build failed with an exception.

* Where:
Script '/home/kafka/workspace/kafka/gradle/rat.gradle' line: 63

* What went wrong:
Execution failed for task ':rat'.
> Found 2 files with unknown licenses.

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

BUILD FAILED

Total time: 8.821 secs

Does anyone know what the issue is? Thanks.

Regards,
Vahid Hashemian

Reply via email to