Skip to content

Commit

Permalink
aggregate scala-native project
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Apr 14, 2024
1 parent 466e8ce commit 57cb2fa
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ val commonSettings = Def.settings(
},
enableCrossBuild = true
),
releaseStepCommandAndRemaining(s"+ optparseApplicativeNative/publishSigned"),
releaseStepCommandAndRemaining("sonatypeBundleRelease"),
setNextVersion,
commitNextVersion,
Expand Down Expand Up @@ -183,15 +182,5 @@ val example = project
jvm
)

lazy val root = project
.in(file("."))
.settings(
commonSettings,
noPublish
)
.aggregate(
// ignore native on purpose
jvm,
js,
example
)
commonSettings
noPublish

0 comments on commit 57cb2fa

Please sign in to comment.