File tree Expand file tree Collapse file tree 9 files changed +18
-14
lines changed
example/scalalib/basic/1-simple
build-classpath-contents/src
extended/idea/mill_modules
hello-idea/idea/mill_modules
libs/init/buildgen/src/mill/main/buildgen
website/docs/modules/ROOT/pages Expand file tree Collapse file tree 9 files changed +18
-14
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,10 @@ error: Missing argument: --text <str>
154
154
// details on the different task types.
155
155
//
156
156
// This example uses Mill's YAML-based syntax, which is a good fit for simple builds
157
- // where you are just setting some configuration keys. For scenarios which require
158
- // more customization, see xref:#_programmatic_configuration[Programmatic Configuration]
159
- // discussed below.
157
+ // where you are just setting some configuration keys. This is discussed more in the documentation
158
+ // for:
159
+ //
160
+ // * xref:{language-small}lib/simple.adoc[Simple {language} Modules]
161
+ //
162
+ // For scenarios which require more customization,
163
+ // see xref:#_programmatic_configuration[Programmatic Configuration] discussed below.
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ object BuildClasspathContentsTests extends UtestIntegrationTestSuite {
46
46
" mill-libs-scalalib_3.jar" ,
47
47
" mill-libs-scalanativelib-api_3.jar" ,
48
48
" mill-libs-scalanativelib_3.jar" ,
49
- " mill-libs-simple_3 .jar" ,
49
+ " mill-libs-script_3 .jar" ,
50
50
" mill-libs-util_3.jar" ,
51
51
" mill-libs_3.jar" ,
52
52
" mill-moduledefs_3-0.11.10.jar"
Original file line number Diff line number Diff line change 81
81
<orderEntry type =" library" name =" mill-libs-scalalib_3.jar" level =" project" />
82
82
<orderEntry type =" library" name =" mill-libs-scalanativelib-api_3.jar" level =" project" />
83
83
<orderEntry type =" library" name =" mill-libs-scalanativelib_3.jar" level =" project" />
84
- <orderEntry type =" library" name =" mill-libs-simple_3 .jar" level =" project" />
84
+ <orderEntry type =" library" name =" mill-libs-script_3 .jar" level =" project" />
85
85
<orderEntry type =" library" scope =" RUNTIME" name =" mill-libs-tabcomplete_3.jar" level =" project" />
86
86
<orderEntry type =" library" name =" mill-libs-util_3.jar" level =" project" />
87
87
<orderEntry type =" library" name =" mill-libs_3.jar" level =" project" />
Original file line number Diff line number Diff line change 82
82
<orderEntry type =" library" name =" mill-libs-scalalib_3.jar" level =" project" />
83
83
<orderEntry type =" library" name =" mill-libs-scalanativelib-api_3.jar" level =" project" />
84
84
<orderEntry type =" library" name =" mill-libs-scalanativelib_3.jar" level =" project" />
85
- <orderEntry type =" library" name =" mill-libs-simple_3 .jar" level =" project" />
85
+ <orderEntry type =" library" name =" mill-libs-script_3 .jar" level =" project" />
86
86
<orderEntry type =" library" scope =" RUNTIME" name =" mill-libs-tabcomplete_3.jar" level =" project" />
87
87
<orderEntry type =" library" name =" mill-libs-util_3.jar" level =" project" />
88
88
<orderEntry type =" library" name =" mill-libs_3.jar" level =" project" />
Original file line number Diff line number Diff line change 78
78
<orderEntry type =" library" name =" mill-libs-scalalib_3.jar" level =" project" />
79
79
<orderEntry type =" library" name =" mill-libs-scalanativelib-api_3.jar" level =" project" />
80
80
<orderEntry type =" library" name =" mill-libs-scalanativelib_3.jar" level =" project" />
81
- <orderEntry type =" library" name =" mill-libs-simple_3 .jar" level =" project" />
81
+ <orderEntry type =" library" name =" mill-libs-script_3 .jar" level =" project" />
82
82
<orderEntry type =" library" scope =" RUNTIME" name =" mill-libs-tabcomplete_3.jar" level =" project" />
83
83
<orderEntry type =" library" name =" mill-libs-util_3.jar" level =" project" />
84
84
<orderEntry type =" library" name =" mill-libs_3.jar" level =" project" />
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package mill.main.buildgen
3
3
import geny .Generator
4
4
import mainargs .{Flag , arg }
5
5
import mill .api .daemon .internal .internal
6
- import mill .constants .CodeGenConstants .{ nestedBuildFileNames , rootBuildFileNames , rootModuleAlias }
6
+ import mill .constants .CodeGenConstants .rootModuleAlias
7
7
import mill .main .buildgen .BuildObject .Companions
8
8
import mill .internal .Util .backtickWrap
9
9
import mill .api .CrossVersion
Original file line number Diff line number Diff line change 2
2
:language: Java
3
3
:language-small: java
4
4
5
- This page documents the usage of simple config-based Java modules defined by a
6
- `mill.yaml` file . These are less flexible but easier to get started with than the
5
+ This page documents the usage of simple config-based Java modules defined by
6
+ `build. mill.yaml` and `package.mill.yaml` files . These are less flexible but easier to get started with than the
7
7
full `build.mill` or `package.mill` build files, which makes them ideal for small
8
8
projects which do not need additional flexibility.
9
9
Original file line number Diff line number Diff line change 2
2
:language: Kotlin
3
3
:language-small: kotlin
4
4
5
- This page documents the usage of simple config-based Kotlin modules defined by a
6
- `mill.yaml` file . These are less flexible but easier to get started with than the
5
+ This page documents the usage of simple config-based Kotlin modules defined by
6
+ `build. mill.yaml` and `package.mill.yaml` files . These are less flexible but easier to get started with than the
7
7
full `build.mill` or `package.mill` build files, which makes them ideal for small
8
8
projects which do not need additional flexibility.
9
9
Original file line number Diff line number Diff line change 2
2
:language: Scala
3
3
:language-small: scala
4
4
5
- This page documents the usage of simple config-based Scala modules defined by a
6
- `mill.yaml` file . These are less flexible but easier to get started with than the
5
+ This page documents the usage of simple config-based Scala modules defined by
6
+ `build. mill.yaml` and `package.mill.yaml` files . These are less flexible but easier to get started with than the
7
7
full `build.mill` or `package.mill` build files, which makes them ideal for small
8
8
projects which do not need additional flexibility.
9
9
You can’t perform that action at this time.
0 commit comments