Skip to content

Commit b209e27

Browse files
committed
community build: don't skip publishing for scala-xml
By default the scala-xml build skips publishing for Scala versions > 3.0.x. But we want to be able to publishLocal for the latest compiler version, so other community build projects can depend on these artifacts.
1 parent a2d9635 commit b209e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ object projects:
318318
lazy val scalaXml = SbtCommunityProject(
319319
project = "scala-xml",
320320
sbtTestCommand = "xml/test",
321-
sbtPublishCommand = "xml/publishLocal",
321+
sbtPublishCommand = "set every publish/skip := false; xml/publishLocal",
322322
sbtDocCommand = "xml/doc"
323323
)
324324

0 commit comments

Comments
 (0)