Skip to content

Commit

Permalink
Update and rename build.sc to build.mill (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Oct 24, 2024
1 parent 372a91c commit b98bc05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sc → build.mill
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
package build
// plugins
import $ivy.`com.lihaoyi::mill-contrib-bloop:$MILL_VERSION`
import $ivy.`io.get-coursier::coursier-launcher:2.1.0-RC1`
import $file.ci.upload
import $packages._

// imports
import java.util.concurrent.atomic.AtomicInteger
import scala.concurrent.{Await, ExecutionContext, Future, duration}
Expand Down
1 change: 1 addition & 0 deletions ci/package.mill
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package build.ci
1 change: 1 addition & 0 deletions ci/upload.sc → ci/upload.mill
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package build.ci

def apply(
uploadedFile: os.Path,
Expand Down

0 comments on commit b98bc05

Please sign in to comment.