Changelog: - Publish compileIvyDeps as provided scope - Added contrib modules to integrate Bloop, Flyway, Play Framework, Scoverage - Allow configuration of GPG key names when publishing - Bump Ammonite version to 1.6.7, making Requests-Scala available to use in your build.sc - Support for Scala 2.13.0-RC2 - ScalaFmt support now uses the version specified in .scalafmt.conf PR: 237993 Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer) Sponsored by: Netzkommune GmbH
14 lines
624 B
Text
14 lines
624 B
Text
Mill is your shiny new Java/Scala build tool! Scared of SBT?
|
|
Melancholy over Maven? Grumbling about Gradle? Baffled by Bazel?
|
|
Give Mill a try!
|
|
|
|
Mill aims for simplicity by re-using concepts you are already
|
|
familiar with, borrowing ideas from modern tools like Bazel, to let
|
|
you build your projects in a way that's simple, fast, and predictable.
|
|
|
|
Mill has built in support for the Scala programming language, and
|
|
can serve as a replacement for SBT, but can also be extended to
|
|
support any other language or platform via modules (written in Java
|
|
or Scala) or through external subprocesses.
|
|
|
|
WWW: https://www.lihaoyi.com/mill/
|