We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c634c commit 39a82bcCopy full SHA for 39a82bc
build.sbt
@@ -1,9 +1,9 @@
1
import Dependencies._
2
3
-ThisBuild / scalaVersion := "2.12.11"
4
-ThisBuild / version := "1.3.0"
5
-ThisBuild / organization := "net.cardnell"
6
-ThisBuild / maintainer := "[email protected]"
+scalaVersion := "2.12.11"
+version := "1.3.0"
+organization := "net.cardnell"
+maintainer := "[email protected]"
7
8
enablePlugins(JavaAppPackaging)
9
build.sh
@@ -39,3 +39,8 @@ then
39
LINUX_SHA256=$(openssl dgst -sha256 target/git-mkver-linux-$arch-$version.tar.gz | cut -f2 -d' ')
40
echo "LINUX_SHA256=$LINUX_SHA256"
41
fi
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"
0 commit comments