Skip to content

Commit 2adfe28

Browse files
authored
Rebootstrap (#3604)
This pulls in the new prompt from #3577 so we can try it out internally
1 parent 0299860 commit 2adfe28

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

.config/mill-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0-RC2-17-07e173
1+
0.12.0-RC2-38-029986

build.mill

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ import mill.define.Cross
2020
import $meta._
2121
import $file.ci.shared
2222
import $file.ci.upload
23-
//import $packages._
23+
import $packages._
24+
2425
object Settings {
2526
val pomOrg = "com.lihaoyi"
2627
val githubOrg = "com-lihaoyi"

ci/mill-bootstrap.patch

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +0,0 @@
1-
diff --git a/build.mill b/build.mill
2-
index a4039a6288..c8a686e492 100644
3-
--- a/build.mill
4-
+++ b/build.mill
5-
@@ -18,6 +18,7 @@ import mill.define.Cross
6-
7-
// plugins and dependencies
8-
import $meta._
9-
+import $packages._
10-
import $file.ci.shared
11-
import $file.ci.upload

0 commit comments

Comments
 (0)