File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11import Dependencies ._
22
3- ThisBuild / scalaVersion := " 2.12.11"
4- ThisBuild / version := " 1.3.0"
5- ThisBuild / organization := " net.cardnell"
6- ThisBuild / maintainer := " idc101@users.noreply.github.com"
3+ scalaVersion := " 2.12.11"
4+ version := " 1.3.0"
5+ organization := " net.cardnell"
6+ maintainer := " idc101@users.noreply.github.com"
77
88enablePlugins(JavaAppPackaging )
99
Original file line number Diff line number Diff line change 3939 LINUX_SHA256=$( openssl dgst -sha256 target/git-mkver-linux-$arch -$version .tar.gz | cut -f2 -d' ' )
4040 echo " LINUX_SHA256=$LINUX_SHA256 "
4141fi
42+
43+ # build universal
44+ sbt universal:packageBin
45+ UNIVERSAL_SHA256=$( openssl dgst -sha256 target/universal/git-mkver-$version .zip | cut -f2 -d' ' )
46+ echo " UNIVERSAL_SHA256=$UNIVERSAL_SHA256 "
You can’t perform that action at this time.
0 commit comments