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
Resolving the dependency directly will result in the .pom file, UnionFileSystem expects entries to be a zip/jar/directory, adding the pom resulting in ProviderNotFoundExceptions in UnionFileSystem#openFileSystem at runtime.
When adding a dependency on something like https://mvnrepository.com/artifact/org.graalvm.polyglot/python/23.1.2, Gradle will resolve this to the
pom
and pull in it's dependencies transitively.Resolving the dependency directly will result in the
.pom
file,UnionFileSystem
expects entries to be a zip/jar/directory, adding the pom resulting inProviderNotFoundException
s inUnionFileSystem#openFileSystem
at runtime.Originally from Discord
The text was updated successfully, but these errors were encountered: