Skip to content

Commit

Permalink
Publish aquascape core. (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: zainab-ali <zainab@kebab-ca.se>
  • Loading branch information
zainab-ali and zainab-ali committed Mar 16, 2024
1 parent 9b62801 commit 9a6b7d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ lazy val core = crossProject(JVMPlatform)
.cross(CrossVersion.for3Use2_13)
),
buildInfoKeys := Seq[BuildInfoKey](ThisBuild / baseDirectory),
buildInfoPackage := "aquascape",
publish := false
buildInfoPackage := "aquascape"
)
.enablePlugins(BuildInfoPlugin)

Expand Down

0 comments on commit 9a6b7d6

Please sign in to comment.