You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On executing from root of the project: ./gradlew build -PadminChassisOnly
gradle gives the following error:
egeria/open-metadata-implementation/adapters/open-connectors/connector-configuration-factory/src/main/java/org/odpi/openmetadata/adapters/repositoryservices/ConnectorConfigurationFactory.java:6: error: package org.odpi.openmetadata.adapters.eventbus.topic.kafka does not exist
import org.odpi.openmetadata.adapters.eventbus.topic.kafka.KafkaOpenMetadataTopicProvider;
The build failure occured when using the -PadminChassisOnly option, and only if a regular build had not been done first, and clean was not used. Additionally this option is not tested as part of the formal build process.
Existing/related issue?
No response
Current Behavior
On executing from root of the project:
./gradlew build -PadminChassisOnly
gradle gives the following error:
On removing the unused import:
the server-chassis-spring build is sucessful
Expected Behavior
server-chassis-spring must be able to build sucessfully
Steps To Reproduce
Environment
Any Further Information?
No response
The text was updated successfully, but these errors were encountered: