Skip to content

Commit 36dd7ee

Browse files
[autofix.ci] apply automated fixes
1 parent 0059443 commit 36dd7ee

File tree

13 files changed

+8
-20
lines changed

13 files changed

+8
-20
lines changed

example/javalib/basic/1-simple/build.mill

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//// SNIPPET:DEPENDENCIES
32
//
43
// This is a basic Mill build for a single `JavaModule`, with two

example/javalib/basic/2-module-deps/build.mill

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//// SNIPPET:TREE
32
// ----
43
// build.mill
@@ -26,4 +25,3 @@
2625
// ...
2726
// ----
2827
//
29-

example/javalib/basic/3-programmatic/build.mill

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ object foo extends JavaModule {
1515
}
1616
}
1717

18-
1918
//// SNIPPET:TREE
2019
// ----
2120
// build.mill

example/javalib/simple/5-script/build.mill

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ compiling 1 Java source to...
2828
*/
2929

3030
//// SNIPPET:END
31-

example/kotlinlib/basic/1-simple/build.mill

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//// SNIPPET:DEPENDENCIES
32
//
43
// This is a basic Mill build for a single `KotlinModule`, with two

example/kotlinlib/basic/2-module-deps/build.mill

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
//// SNIPPET:TREE
32
// ----
43
// build.mill
@@ -26,5 +25,3 @@
2625
// ...
2726
// ----
2827
//
29-
30-

example/kotlinlib/basic/3-programmatic/build.mill

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ object foo extends KotlinModule {
1818
}
1919
}
2020

21-
2221
//// SNIPPET:TREE
2322
// ----
2423
// build.mill

example/scalalib/basic/1-simple/build.mill

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/** See Also: build.mill.yaml */
22
/** See Also: test/package.mill.yaml */
33

4-
54
//// SNIPPET:DEPENDENCIES
65
//
76
// This is a basic Mill build for a single `ScalaModule`, with two
@@ -160,4 +159,4 @@ error: Missing argument: --text <str>
160159
// * xref:{language-small}lib/simple.adoc[Simple {language} Modules]
161160
//
162161
// For scenarios which require more customization,
163-
// see xref:#_programmatic_configuration[Programmatic Configuration] discussed below.
162+
// see xref:#_programmatic_configuration[Programmatic Configuration] discussed below.

example/scalalib/basic/2-module-deps/build.mill

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/** See Also: foo/package.mill.yaml */
32
/** See Also: bar/package.mill.yaml */
43
/** See Also: bar/test/package.mill.yaml */
@@ -106,4 +105,3 @@ Bar.value: <h1>world</h1>
106105

107106
// For more details on the query syntax, check out the
108107
// xref:cli/query-syntax.adoc[query syntax documentation]
109-

example/scalalib/basic/3-programmatic/build.mill

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ error: Missing argument: --text <str>
112112

113113
//// SNIPPET:END
114114

115-
116115
//
117116
// Programmatic Mill build files are xref:depth/why-scala.adoc[written in Scala], but you do
118117
// not need to have prior experience in Scala to read or write them. Like Gradle Groovy or Maven

0 commit comments

Comments
 (0)