lindenb / jvarkit

Java utilities for Bioinformatics
https://jvarkit.readthedocs.io/
Other
478 stars 132 forks source link

Could not initialize class org.codehaus.groovy.runtime.InvokerHelper #167

Closed ASQWZXED closed 3 years ago

ASQWZXED commented 3 years ago

Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

I follow the steps but an error comes out after I typed ./gradlew vcffilterjdk ` FAILURE: Build failed with an exception.

BUILD FAILED in 680ms `

Your environment

Steps to reproduce

Tell us how to reproduce this issue. Please provide an example.

After setting JAVA_HOME, I opend Git Bash Then entered $ git clone "https://github.com/lindenb/jvarkit.git" $ cd jvarkit $ ./gradlew vcffilterjdk

lindenb commented 3 years ago

Hi, thank you for the report. I've never compiled my tools with such recent version of java. Can you please try this solution : https://stackoverflow.com/questions/62315496/ ?

ASQWZXED commented 3 years ago

That solves the problem.

Thank you very much.