From 440700a836b460ffd9a75f4db27a1634e6371c83 Mon Sep 17 00:00:00 2001 From: rockjam <5min4eq.unity@gmail.com> Date: Sun, 10 Jun 2018 00:11:40 +0300 Subject: doc formatting --- docs/pages/2 - Configuring Mill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/pages/2 - Configuring Mill.md') diff --git a/docs/pages/2 - Configuring Mill.md b/docs/pages/2 - Configuring Mill.md index 1d0ff4b5..60016cbf 100644 --- a/docs/pages/2 - Configuring Mill.md +++ b/docs/pages/2 - Configuring Mill.md @@ -478,7 +478,7 @@ main class to your `foo.jar` and `foo.assembly` jars. When you make a runnable jar of your project with `assembly` command, you may want to exclude some files from a final jar (like signature files, and manifest files from library jars), -and merge duplicated files (for instance reference.conf files from library dependencies). +and merge duplicated files (for instance `reference.conf` files from library dependencies). By default mill excludes all `*.sf`, `*.dsa`, `*.rsa`, and `META-INF/MANIFEST.MF` files from assembly, and concatenates all `reference.conf` files. You can also define your own merge/exclude rules. -- cgit v1.2.3