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 I try to run it, gradle freezes on generate task without even displaying Starting generate. VisualVM shows that execution freezes somewhere inside JRuby thread selector. When I try to force use newer version of JRuby: compile 'org.jruby:jruby:9.1.10.0', I get the error: Exception in thread "Thread-22" java.lang.NoSuchMethodError: jnr.constants.platform.OpenFlags.defined()Z. So it is probably JRuby or ruby script bug.
The text was updated successfully, but these errors were encountered:
I've got
generate
task configured like this:When I try to run it, gradle freezes on generate task without even displaying
Starting generate
. VisualVM shows that execution freezes somewhere inside JRuby thread selector. When I try to force use newer version of JRuby:compile 'org.jruby:jruby:9.1.10.0'
, I get the error:Exception in thread "Thread-22" java.lang.NoSuchMethodError: jnr.constants.platform.OpenFlags.defined()Z
. So it is probably JRuby or ruby script bug.The text was updated successfully, but these errors were encountered: