Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin committed Jan 11, 2025
1 parent 1b4156c commit 63192c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 0 additions & 5 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,6 @@ trait LocalModule extends CrossScalaModule{
def moduleDeps = Seq(cask(crossScalaVersion))
}

object ZincWorkerJava11Latest extends ZincWorkerModule with CoursierModule {
def jvmId = "temurin:23.0.1"
def jvmIndexVersion = "latest.release"
}

def zippedExamples = T {
val vcsState = VcsVersion.vcsState()

Expand Down
6 changes: 5 additions & 1 deletion example/minimalApplicationWithLoom/package.mill
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
package build.example.minimalApplicationWithLoom

import build.ZincWorkerJava11Latest
import mill._
import mill.define.ModuleRef
import scalalib._

object app extends Cross[AppModule](build.scalaVersions)

object ZincWorkerJava11Latest extends ZincWorkerModule with CoursierModule {
def jvmId = "temurin:23.0.1"
def jvmIndexVersion = "latest.release"
}

trait AppModule extends CrossScalaModule {

private def parseJvmArgs(argsStr: String) = {
Expand Down

0 comments on commit 63192c3

Please sign in to comment.