Skip to content

Commit 14b227b

Browse files
committed
chore: allow publishing the bootstrapped stdlib
1 parent 6deaf0d commit 14b227b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ object Build {
16161616
Compile / publishArtifact := true,
16171617
Test / publishArtifact := false,
16181618
// Do not allow to publish this project for now
1619-
publish / skip := true,
1619+
publish / skip := false,
16201620
// Project specific target folder. sbt doesn't like having two projects using the same target folder
16211621
target := target.value / "scala-library-bootstrapped",
16221622
// we need to have the `scala-library` artifact in the classpath for `ScalaLibraryPlugin` to work
@@ -1683,7 +1683,7 @@ object Build {
16831683
Compile / publishArtifact := true,
16841684
Test / publishArtifact := false,
16851685
// Do not allow to publish this project for now
1686-
publish / skip := true,
1686+
publish / skip := false,
16871687
// Project specific target folder. sbt doesn't like having two projects using the same target folder
16881688
target := target.value / "scala3-library-bootstrapped",
16891689
)

0 commit comments

Comments
 (0)