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
This ensures published Chisel artifacts work with Java 8--both in
generated bytecode (which was previously true because default setting is
-target:8), but also in disallowing APIs added in newer JDKs.
Also unify most handling of scalacOptions into new HasCommonOptions
trait.
0 commit comments