-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
weird error with concurrent task assert jRubyClasspath != null #409
Comments
I'm not seeing in the stacktrace enough hints to let me know what version of JRuby/Gradle you're using. Mind sharing that? If you have a reproduction case that I can tinker with, that would also be helpful. |
i use v1.6.0 : you can check here |
The current supported release is 2.0.0, would you be able to try that to see if it still has the same issues? |
hello i create a branch and to that : https://github.com/Itiviti/gradle-licenseFinder-plugin/blob/feature/update-jruby/build.gradle#L24 you can check. With this version i continue to have this error :
|
hello today i'm continu to try somethig and now i have new error message. Seems jruby try to change some classpath and gradle seems not autorise that
FYI i use gradle 5.6.4 any idea ? Regards |
hello,
currently i try to use Jruby exec to run a script to use LicenseFinder. For that i use this plugin to wrap licenseFinder and jruby : here. that is for context
so i have this error :
any idea about that ?
regards
The text was updated successfully, but these errors were encountered: