mirror of
https://github.com/ij-plugins/ijp-imagej-launcher.git
synced 2024-11-13 16:29:01 -08:00
Ensure that SBT project version and application version are in sync
This commit is contained in:
parent
9a0cb694f7
commit
8a417ceedb
3 changed files with 10 additions and 4 deletions
|
|
@ -48,3 +48,8 @@ nativeConfig ~= { c =>
|
|||
//nativeConfig ~= { c =>
|
||||
// c.withCompileOptions(c.compileOptions ++ Seq("-v"))
|
||||
//}
|
||||
|
||||
// Version info generation from SBT configuration
|
||||
enablePlugins(BuildInfoPlugin)
|
||||
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion)
|
||||
buildInfoPackage := "ij_plugins.imagej_launcher"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue