Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with duplicate kafka connect artifacts #11026

Closed
1 of 3 tasks
Fokko opened this issue Aug 27, 2024 · 1 comment · Fixed by #11032
Closed
1 of 3 tasks

Issue with duplicate kafka connect artifacts #11026

Fokko opened this issue Aug 27, 2024 · 1 comment · Fixed by #11032
Assignees
Labels
improvement PR that improves existing functionality

Comments

@Fokko
Copy link
Contributor

Fokko commented Aug 27, 2024

Feature Request / Improvement

I tried to push the Iceberg artifacts locally to test #10996 but got an error around duplicate Kafka-connect artifacts:

> Task :iceberg-kafka-connect:iceberg-kafka-connect:publishApachePublicationToMavenLocal
Multiple publications with coordinates 'org.apache.iceberg:iceberg-kafka-connect:1.7.0-SNAPSHOT' are published to repository 'mavenLocal'. The publications 'apache' in project ':iceberg-kafka-connect' and 'apache' in project ':iceberg-kafka-connect:iceberg-kafka-connect' will overwrite each other!

> Task :iceberg-kafka-connect:iceberg-kafka-connect-runtime:publishApachePublicationToMavenLocal FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':iceberg-kafka-connect:iceberg-kafka-connect-runtime:publishApachePublicationToMavenLocal'.
> Failed to publish publication 'apache' to repository 'mavenLocal'
   > Artifact iceberg-kafka-connect-runtime-1.7.0-SNAPSHOT.jar wasn't produced by this build.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.10/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 2m 22s
296 actionable tasks: 285 executed, 11 up-to-date

Query engine

None

Willingness to contribute

  • I can contribute this improvement/feature independently
  • I would be willing to contribute this improvement/feature with guidance from the Iceberg community
  • I cannot contribute this improvement/feature at this time
@Fokko Fokko added the improvement PR that improves existing functionality label Aug 27, 2024
@Fokko
Copy link
Contributor Author

Fokko commented Aug 27, 2024

cc @bryanck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement PR that improves existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants