Skip to content

Commit

Permalink
Don't publish empty (hidden?) root project
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed May 14, 2024
1 parent 84e3fd5 commit f38d6a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import scalanative.build._

ThisBuild / scalaVersion := "3.3.3"

publish / skip := true
// publishSigned / skip := true

lazy val root =
crossProject(JVMPlatform, NativePlatform)
.crossType(CrossType.Full)
Expand Down

0 comments on commit f38d6a4

Please sign in to comment.