datastax / cdc-apache-cassandra

Datastax CDC for Apache Cassandra
Apache License 2.0
35 stars 21 forks source link

[ci] Add complete build on CI to ensure all checks pass #88

Closed nicoloboschi closed 2 years ago

nicoloboschi commented 2 years ago

Currently the master branch doesn't compile due to license errors.

> License violations were found: /home/jenkins/workspace/Connectors/CDC_Push_Snapshot/connector/src/main/java/com/datastax/oss/pulsar/source/converters/NativeJsonConverter.java,/home/jenkins/workspace/Connectors/CDC_Push_Snapshot/connector/src/main/java/com/datastax/oss/pulsar/source/converters/AbstractNativeConverter.java}

The CI doesn't intercept the error since all the gradle command are just test and the license check doesn't depend on that phase.