Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
BaseTask: trait so it can be mixed in.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed May 26, 2024
1 parent d5d4c4e commit a213f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/ee/hrzn/chryse/tasks/BaseTask.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import scala.jdk.CollectionConverters._
import scala.sys.process._
import scala.util.matching.Regex

abstract class BaseTask {
trait BaseTask {
protected val buildDir = "build"

protected val firtoolOpts = Array(
Expand Down

0 comments on commit a213f41

Please sign in to comment.