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

jpms/dependency issues #203

Open
xenoterracide opened this issue Aug 31, 2023 · 2 comments
Open

jpms/dependency issues #203

xenoterracide opened this issue Aug 31, 2023 · 2 comments

Comments

@xenoterracide
Copy link

please provide at least the appropriate manifest for java modules, note: this probably applies to other repos as well.

@keilw
Copy link
Member

keilw commented Aug 31, 2023

You mean a module-info?

That exists for every module of uom-systems from 2.1. Which version do you use?

@xenoterracide
Copy link
Author

xenoterracide commented Aug 31, 2023

2.1

module com.xenoterracide.ai.wh40k.app {
  requires java.measure;
  requires systems.uom.common;
  requires tech.units.indriya;
}

it would appear though that the error was that I didn't have systems.uom.quantity which wasn't on my classpath as it wasn't something I thought I needed/was using. should that be a dependency already of one of these, that's missing? I'm not sure. I know adding it to my dependency list worked.

These are the locks gradle generated for

javax.measure:unit-api:2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
si.uom:si-quantity:2.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
si.uom:si-units:2.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
systems.uom:systems-common:2.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
tech.units:indriya:2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
tech.uom.lib:uom-lib-common:2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath

from

uom-common = "systems.uom:systems-common:2.+"
uom-indriya = "tech.units:indriya:2.+"
uom-unit-api = "javax.measure:unit-api:2.+"

@xenoterracide xenoterracide changed the title jpms jpms/dependency issues Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants