Skip to content

Commit

Permalink
bugifx: Add the last argument for Scala section
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Aug 6, 2024
1 parent 8256d31 commit 22f43fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ object MojoImplementation {
val `scala` =
scalaContext.map{
context =>
Config.Scala(scalaOrganization, mojo.getScalaArtifactID(), context.version().toString(), scalacArgs, allScalaJars, analysisOut, Some(compileSetup))
Config.Scala(scalaOrganization, mojo.getScalaArtifactID(), context.version().toString(), scalacArgs, allScalaJars, analysisOut, Some(compileSetup), None)
}
val javaHome = Some(abs(mojo.getJavaHome().getParentFile.getParentFile))
val mainClass = if (launcher.getMainClass().isEmpty) None else Some(launcher.getMainClass())
Expand Down

0 comments on commit 22f43fd

Please sign in to comment.