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
Expected behavior
Jbang should be able to run the code
JBang version
[jbang] [0:179] jbang version 0.124.0
Cache: /Users/sakgugup/.jbang/cache
Config: /Users/sakgugup/.jbang
Repository: /Users/sakgugup/.m2/repository
Java: /Library/Java/JavaVirtualMachines/graalvm-jdk-21/Contents/Home [21.0.6]
OS: mac
Arch: aarch64
Shell: bash
0.124.0
Additional context
Getting the following error
[jbang] Resolving dependencies...
[jbang] org.graalvm.polyglot:polyglot:24.1.2
[jbang] org.graalvm.polyglot:js-community:24.1.2
[jbang] [ERROR] Could not resolve dependencies: The following artifacts could not be resolved: org.graalvm.polyglot:js-community:jar:24.1.2 (absent): Could not find artifact org.graalvm.polyglot:js-community:jar:24.1.2 in central (https://repo1.maven.org/maven2/)
[jbang] Run with --verbose for more details. The --verbose must be placed before the jbang command. I.e. jbang --verbose run [...]
The text was updated successfully, but these errors were encountered:
Describe the bug
jbang is unable to download the js-community jar from maven central.
To Reproduce
Here is the code, just do
jbang Script.java
Expected behavior
Jbang should be able to run the code
JBang version
[jbang] [0:179] jbang version 0.124.0
Cache: /Users/sakgugup/.jbang/cache
Config: /Users/sakgugup/.jbang
Repository: /Users/sakgugup/.m2/repository
Java: /Library/Java/JavaVirtualMachines/graalvm-jdk-21/Contents/Home [21.0.6]
OS: mac
Arch: aarch64
Shell: bash
0.124.0
Additional context
Getting the following error
The text was updated successfully, but these errors were encountered: