To use add the following lines to the project definition:
.enablePlugins(MediativeBintrayPlugin)
By default, it uses the MediativeProjectPlugin.autoImport.repoOrganization
setting as the Bintray organization (i.e. sbt-bintray's bintrayOrganization
setting and publishes to the Bintray organization's "maven" repository. To
publish to another repository use:
Settings for publishing a project to Bintray.
To use add the following lines to the project definition:
By default, it uses the MediativeProjectPlugin.autoImport.repoOrganization setting as the Bintray organization (i.e. sbt-bintray's
bintrayOrganization
setting and publishes to the Bintray organization's "maven" repository. To publish to another repository use:.settings(bintrayRepository := "sbt-plugins")
This plugin must be enabled.