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
fix: replace nf-boost import with plain java.net HTTP
lib/ classes compile before plugin classes are on the classpath,
so importing nextflow.boost.BoostFunctions always fails at
semantic analysis. Use java.net.URL directly instead.
0 commit comments