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
rror: Exception in thread "main" java.lang.NoSuchMethodError: java.util.StringTokenizer.asIterator()Ljava/util/Iterator;
at mill.eval.Plan$.splitEnclosing$1(Plan.scala:52)
at mill.eval.Plan$.$anonfun$assignOverridenTaskSegments$3(Plan.scala:58)
at scala.collection.immutable.List.map(List.scala:247)
at scala.collection.immutable.List.map(List.scala:79)
Mill version 0.12.4
This
asInterator
method only exists from Java 9.Found this in com-lihaoyi/fastparse#324
When upgrade from 0.12.3 to 0.12.4
The text was updated successfully, but these errors were encountered: