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

Difficult to use in modularised project #2324

Open
FamaZeleke opened this issue Apr 29, 2024 · 0 comments
Open

Difficult to use in modularised project #2324

FamaZeleke opened this issue Apr 29, 2024 · 0 comments

Comments

@FamaZeleke
Copy link

reads package com.github.dockerjava.core from both com.github.dockerjava and com.github.dockerjava.core

Unable to find a resolution for this. Intelij Forcing me to add a requires statement to compile.

Any advice or direction is greatly appreciated as I would love to make use of this !

NFO] ------------------------< nivohub:devInspector >------------------------ [INFO] Building digitalArtifact-maven 1.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ devInspector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ devInspector --- [WARNING] ************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [guava-19.0.jar]. Please don't publish this project to a public artifact repository! * [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 13 source files with javac [debug target 17 module-path] to target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] the unnamed module reads package com.github.dockerjava.core from both com.github.dockerjava and com.github.dockerjava.core [ERROR] module com.github.dockerjava.api reads package com.github.dockerjava.core from both com.github.dockerjava and com.github.dockerjava.core [ERROR] module com.github.dockerjava.core reads package com.github.dockerjava.core from both com.github.dockerjava and com.github.dockerjava.core [ERROR] module com.github.dockerjava reads package com.github.dockerjava.core from both com.github.dockerjava.core and com.github.dockerjava [ERROR] module guava reads package com.github.dockerjava.core from both com.github.dockerjava and com.github.dockerjava.core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant