Skip to content

Commit 4fe82e0

Browse files
authored
Rebootstrap 0.12.x branch on top of sonatype central changes (#5132)
1 parent aa525a7 commit 4fe82e0

File tree

4 files changed

+3
-16
lines changed

4 files changed

+3
-16
lines changed

.config/mill-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.7-native
1+
0.12.11-8-aa525a-native

.github/workflows/pre-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
workflow_call:
33
inputs:
44
compileargs:
5-
default: '__.compile'
5+
default: '__.compile + bsp.worker.docJar'
66
type: string
77
java-version:
88
default: '11'

ci/mill-bootstrap.patch

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +0,0 @@
1-
diff --git a/main/package.mill b/main/package.mill
2-
index 5d63a4081fc..43002b2ef0f 100644
3-
--- a/main/package.mill
4-
+++ b/main/package.mill
5-
@@ -67,7 +67,7 @@ object `package` extends RootModule with build.MillStableScalaModule with BuildI
6-
}().toMap
7-
8-
val result = Lib.resolveDependenciesMetadataSafe(
9-
- repositories = dist.repositoriesTask(),
10-
+ repositories = dist.allRepositories(),
11-
Seq(BoundDep(dist.coursierDependency, force = false)),
12-
Some(dist.mapDependencies()),
13-
dist.resolutionCustomizer(),

main/package.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ object `package` extends RootModule with build.MillStableScalaModule with BuildI
7373
}().toMap
7474

7575
val result = Lib.resolveDependenciesMetadataSafe(
76-
repositories = dist.repositoriesTask(),
76+
repositories = dist.allRepositories(),
7777
Seq(BoundDep(dist.coursierDependency, force = false)),
7878
Some(dist.mapDependencies()),
7979
dist.resolutionCustomizer(),

0 commit comments

Comments
 (0)