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
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)
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).
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
The text was updated successfully, but these errors were encountered: