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
When using pom.rb, the Parser uses the coreExtension>io.takari.polyglot:polyglot-ruby classloader. When executing the mojos, the Thread context classloader is the plugin>io.takari.polyglot:polyglot-maven-plugin classloader with custom dependencies added, but JRuby still uses the "coreExtension" classloader.
Ruby execute blocks should pick up dependencies added:
When using pom.rb, the Parser uses the
coreExtension>io.takari.polyglot:polyglot-ruby
classloader. When executing the mojos, the Thread context classloader is theplugin>io.takari.polyglot:polyglot-maven-plugin
classloader with custom dependencies added, but JRuby still uses the "coreExtension" classloader.Ruby
execute
blocks should pick up dependencies added:The text was updated successfully, but these errors were encountered: