com.mediative.sbt.teamcity
Configure sbt-buildinfo for TeamCity builds.
To use add the following lines to the project definition:
.enablePlugins(MediativeTeamCityPlugin)
By default it write to the package <organization>.<name>. This can be overridden using buildInfoPackage:
<organization>.<name>
buildInfoPackage
.settings(buildInfoPackage := "com.company.pkg")
This plugin must be enabled.
Configure sbt-buildinfo for TeamCity builds.
To use add the following lines to the project definition:
By default it write to the package
<organization>.<name>
. This can be overridden usingbuildInfoPackage
:.settings(buildInfoPackage := "com.company.pkg")
This plugin must be enabled.