Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jul 23, 2024
1 parent 8ece01c commit 9d18356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/basic/4-builtin-commands/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Inputs:
> mill show foo.allSourceFiles
[
".../foo/src/Foo..."
".../foo/src.../Foo..."
]
*/
Expand Down
2 changes: 1 addition & 1 deletion example/tasks/2-primary-tasks/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def resources = T.source { millSourcePath / "resources" }
> ./mill jar # Cached from earlier
> printf "\n" >> src/Foo.java # Add a newline to the end of Foo.java
> printf "\n" >> src/foo/Foo.java # Add a newline to the end of Foo.java
> ./mill jar # Classfiles recompiled but output unchanged, jar was not rebuilt
Generating classfiles
Expand Down

0 comments on commit 9d18356

Please sign in to comment.