Skip to content

Commit

Permalink
Add a Netty example build.sc and write about it (#3326)
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Aug 3, 2024
1 parent ac45f70 commit 5aa41b9
Show file tree
Hide file tree
Showing 5 changed files with 1,403 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,8 @@ object example extends MillScalaModule {
"acyclic" -> ("com-lihaoyi/acyclic", "1ec221f377794db39e8ff9b43415f81c703c202f"),
"fansi" -> ("com-lihaoyi/fansi", "169ac96d7c6761a72590d312a433cf12c572573c"),
"jimfs" -> ("google/jimfs", "5b60a42eb9d3cd7a2073d549bd0cb833f5a7e7e9"),
"commons-io" -> ("apache/commons-io", "b91a48074231ef813bc9b91a815d77f6343ff8f0")
"commons-io" -> ("apache/commons-io", "b91a48074231ef813bc9b91a815d77f6343ff8f0"),
"netty" -> ("netty/netty", "20a790ed362a3c11e0e990b58598e4ac6aa88bef")
)
object thirdparty extends Cross[ThirdPartyModule](listIn(millSourcePath / "thirdparty"))
trait ThirdPartyModule extends ExampleCrossModule {
Expand Down
1 change: 1 addition & 0 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* xref:Java_Build_Examples.adoc[]
* xref:Java_Module_Config.adoc[]
* xref:Java_Web_Build_Examples.adoc[]
* xref:Java_Case_Study_Netty.adoc[]
.Scala Quick Start
* xref:Scala_Intro_to_Mill.adoc[]
Expand Down
Loading

0 comments on commit 5aa41b9

Please sign in to comment.