File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1616,7 +1616,7 @@ object Build {
1616
1616
Compile / publishArtifact := true ,
1617
1617
Test / publishArtifact := false ,
1618
1618
// Do not allow to publish this project for now
1619
- publish / skip := true ,
1619
+ publish / skip := false ,
1620
1620
// Project specific target folder. sbt doesn't like having two projects using the same target folder
1621
1621
target := target.value / " scala-library-bootstrapped" ,
1622
1622
// we need to have the `scala-library` artifact in the classpath for `ScalaLibraryPlugin` to work
@@ -1683,7 +1683,7 @@ object Build {
1683
1683
Compile / publishArtifact := true ,
1684
1684
Test / publishArtifact := false ,
1685
1685
// Do not allow to publish this project for now
1686
- publish / skip := true ,
1686
+ publish / skip := false ,
1687
1687
// Project specific target folder. sbt doesn't like having two projects using the same target folder
1688
1688
target := target.value / " scala3-library-bootstrapped" ,
1689
1689
)
You can’t perform that action at this time.
0 commit comments