hmrc / sbt-settings

SBT plugin that provides common utility functions and configurations
Apache License 2.0
6 stars 10 forks source link

-Xmax-classfile-name scalacOption not supported by scalac 2.13 #10

Closed PeterPerhac closed 2 years ago

PeterPerhac commented 5 years ago

https://github.com/hmrc/sbt-settings/blob/master/src/main/scala/uk/gov/hmrc/DefaultBuildSettings.scala#L36 This setting causes scala 2.13 compilation to fail because this option has been removed from scala 2.13.0 compiler.

Removed -Xmax-classfile-length It's hard-coded to 240 now (#7497)

from: https://github.com/scala/scala/releases/tag/v2.13.0

colin-lamed commented 2 years ago

Resolved by #21