Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Mill is a fast JVM build tool that supports Java, Scala, Kotlin and many other languages. 2-4x faster than Gradle and 4-10x faster than Maven for common workflows, Mill aims to make your project’s build process performant, maintainable, and flexible

License

NotificationsYou must be signed in to change notification settings

com-lihaoyi/mill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mill Logo Mill

MillMaven Central Version

Mill is a fast, scalable, multi-language build tool that supports Java, Scala,Kotlin, and Python:

  • Mill can build the same Java codebase 4-10x faster than Maven,or 2-4x faster than Gradle

  • Mill comes builtin with all the tools needed to develop and publish your project withoutneeding plugins

  • Mill’s typed config language and immutable task graphhelps keep builds clean and understandable

  • Mill scales well from small projects tolarge multi-language monorepos with hundreds of modules

If you want to use Mill in your own projects, check out our documentation:

Here is some quick example, so that you can imagine how it looks:

packagebuildimportmill._,javalib._objectfooextendsJavaModule {defivyDeps=Seq(ivy"net.sourceforge.argparse4j:argparse4j:0.9.0",ivy"org.thymeleaf:thymeleaf:3.1.1.RELEASE"  )objecttestextendsJavaTestswithTestModule.Junit4 {defivyDeps=super.ivyDeps()++Seq(ivy"com.google.guava:guava:33.3.0-jre"    )  }}
> ./mill foo.compile# compile sources into classfiles...compiling 1 Javasource to...> ./mill foo.run --text hello<h1>hello</h1>> ./mill foo.test...Test foo.FooTest.testEscaping finished, ...Test foo.FooTest.testSimple finished, ...Test run foo.FooTest finished: 0 failed, 0 ignored, 2 total, ...

About

Mill is a fast JVM build tool that supports Java, Scala, Kotlin and many other languages. 2-4x faster than Gradle and 4-10x faster than Maven for common workflows, Mill aims to make your project’s build process performant, maintainable, and flexible

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp