Skip to content

Commit

Permalink
Enable sbt-ossuminc publishing support in sbt-riddl plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
reidspencer committed Dec 15, 2023
1 parent d599fc6 commit e8e84bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import com.jsuereth.sbtpgp.PgpKeys.pgpSigner
import com.ossuminc.sbt.helpers.RootProjectInfo
import com.ossuminc.sbt.helpers.RootProjectInfo.Keys.{gitHubOrganization, gitHubRepository}
import org.scoverage.coveralls.Imports.CoverallsKeys.*
import sbtunidoc.BaseUnidocPlugin.autoImport.unidoc
Expand Down Expand Up @@ -209,7 +210,7 @@ lazy val riddlc: Project = Module("riddlc", "riddlc")
lazy val plugin = OssumIncPlugin.autoImport
.Plugin("sbt-riddl", "sbt-riddl")
.disablePlugins(ScoverageSbtPlugin)
.configure(With.build_info)
.configure(With.build_info, With.publishing)
.settings(
organization := "com.ossuminc",
buildInfoObject := "SbtRiddlPluginBuildInfo",
Expand Down

0 comments on commit e8e84bb

Please sign in to comment.