Skip to content

Commit

Permalink
Disable mill-scala-cli for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Sep 8, 2022
1 parent 0d09ebf commit 1df66ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/settings.sc
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ trait FormatNativeImageConf extends JavaModule {

trait ScalaCliCompile extends scala.cli.mill.ScalaCliCompile {
def scalaCliVersion = BuildDeps.scalaCliVersion
def enableScalaCli = false

def scalacOptions = T {
val sv = scalaVersion()
Expand Down

0 comments on commit 1df66ec

Please sign in to comment.