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 {
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 )
You can’t perform that action at this time.
0 commit comments