-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.10.1.0
-
Component/s: KafkaConnect, unit tests
-
Labels:None
Kafka Connect's unit test failed with Unknown license as blow.
$ ./gradlew test
(snip)
:rat
Unknown license: /home/kafka/code/kafka/connect/json/src/test/resources/connect-test.properties
:rat FAILEDFAILURE: Build failed with an exception.
- Where:
Script '/home/kafka/code/kafka/gradle/rat.gradle' line: 63
- What went wrong:
Execution failed for task ':rat'.
> Found 1 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
I think this is because connect-test.properties doesn't have license.
- links to