.mill-aliases_mill0.11_2.13.0.5.0.source-code.Eval.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mill-aliases_mill0.11_2.13 Show documentation
Show all versions of mill-aliases_mill0.11_2.13 Show documentation
A Mill plugin to allow the creation of aliases to common-use tasks.
The newest version!
package com.carlosedp.aliases
import mill.eval.Evaluator
private[aliases] object Eval {
def evalOrThrow(ev: Evaluator) = ev.evalOrThrow()
}