Skip to content

Commit d301f46

Browse files
committed
.
1 parent 573cb91 commit d301f46

File tree

15 files changed

+13
-24
lines changed

15 files changed

+13
-24
lines changed

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

Lines changed: 1 addition & 2 deletions
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
@@ -56,4 +55,4 @@ compiling 1 Java source to...
5655
Test foo.FooTest.testSimple finished...
5756
Test foo.FooTest.testEscaping finished...
5857
*/
59-
//// SNIPPET:END
58+
//// SNIPPET:END

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: 1 addition & 2 deletions
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
@@ -45,4 +44,4 @@ object foo extends JavaModule {
4544
Test foo.FooTest.testSimple finished, ...
4645
Test foo.FooTest.testEscaping finished, ...
4746
*/
48-
//// SNIPPET:END
47+
//// SNIPPET:END

example/javalib/basic/5-multi-module/build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ object bar extends MyModule {
2727
Test bar.BarTests.simple finished...
2828
Test bar.BarTests.escaping finished...
2929
*/
30-
//// SNIPPET:END
30+
//// SNIPPET:END

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: 1 addition & 2 deletions
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
@@ -48,4 +47,4 @@ Test foo.FooTest testSimple finished, ...
4847
Test foo.FooTest testEscaping finished, ...
4948
Test foo.FooTest finished, ...
5049
*/
51-
//// SNIPPET:END
50+
//// SNIPPET:END

example/kotlinlib/basic/5-multi-module/build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ object bar extends MyModule {
3333
Test bar.BarTests simple finished...
3434
Test bar.BarTests escaping finished...
3535
*/
36-
//// SNIPPET:END
36+
//// SNIPPET:END

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
@@ -162,4 +161,4 @@ compiling 1 Scala source to...
162161
// * xref:{language-small}lib/simple.adoc[Simple {language} Modules]
163162
//
164163
// For scenarios which require more customization,
165-
// see xref:#_programmatic_configuration[Programmatic Configuration] discussed below.
164+
// see xref:#_programmatic_configuration[Programmatic Configuration] discussed below.

0 commit comments

Comments
 (0)