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

missing jar in org.graalvm.js:js:jar:24.1.0 #862

Open
tim-klug opened this issue Oct 2, 2024 · 2 comments
Open

missing jar in org.graalvm.js:js:jar:24.1.0 #862

tim-klug opened this issue Oct 2, 2024 · 2 comments

Comments

@tim-klug
Copy link

tim-klug commented Oct 2, 2024

Hey, when I try to upgrade to org.graalvm.js:js:jar:24.1.0, maven gives the following message:

The following artifacts could not be resolved: org.graalvm.js:js:jar:24.1.0 (absent): Could not find artifact org.graalvm.js:js:jar:24.1.0 in central (https://repo1.maven.org/maven2)

Is this intended, that there is no jar, etc in the package on maven central? https://repo1.maven.org/maven2/org/graalvm/js/js/24.1.0/

Thx
Tim

@iamstolis
Copy link
Member

Is this intended, ...

Yes, it is part of more complex changes (you can read more about them here). The right maven artifact is org.graalvm.polyglot:js now. Note that this is pom not jar (the actual jars are other maven artifacts that are dependencies of this one).

@woess
Copy link
Member

woess commented Oct 2, 2024

org.graalvm.js:js is a pom artifact now (just like org.graalvm.polyglot:js), so it needs <type>pom</type>.

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

3 participants