Skip to main content

Migrating plugin to gradle

Comments

2 comments

  • Official comment
    Jonas Kuhn

    Hi Lucas,

    could you try to add 

    --add-opens=java.base/jdk.internal.reflect=ALL-UNNAMED

    to the JVM Options? In the eupathdb project that would be

    https://github.com/Biomatters/geneious-eupathdb/blob/develop/geneiousplugin.gradle#L136

    You should have something equivalent in your build.gradle file.

  • Lucas Sherlock

    That works! I had tried something similar previously but must have put it in the wrong place or had a typo and it was giving me an error.

    Thanks for your help!

    0

Please sign in to leave a comment.