Skip to content

Commit aa3f638

Browse files
authored
Merge pull request #137 from VariantSync/fix-functjonal-build
Upgrade to Java 17
2 parents ea543be + 80ba6e0 commit aa3f638

18 files changed

Lines changed: 21 additions & 23 deletions

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pkgs.stdenv.mkDerivation rec {
5757
dontConfigure = true;
5858
outputHashAlgo = "sha256";
5959
outputHashMode = "recursive";
60-
outputHash = "sha256-NFV5zcNefpaOoPIGEga/jlyuWzCV+OidOCs2SQuEDkA=";
60+
outputHash = "sha256-Gimt6L54yyaX3BtdhQlVu1j4c4y++Mip0GzMl/IfzMc=";
6161
};
6262

6363
buildPhase = ''
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# A simple script for deploying an update of the functjonal library to the local maven repository
2-
# The script takes a single argument, the path to the functjonal jar file to deploy
1+
# A simple script for deploying an update of the functjonal library to the local maven repository.
2+
# The script takes a single argument, the path to the functjonal jar file to deploy.
3+
# To update the repository, you may delete directory 'org/variantsync/functjonal'.
4+
# Then run this script.
35
mvn deploy:deploy-file -DgroupId=org.variantsync -DartifactId=functjonal -Dversion=1.0-SNAPSHOT -Durl=file:../local-maven-repo/ -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=$1
46
rm -rf ~/.m2/repository/org/variantsync/functjonal/
Binary file not shown.

local-maven-repo/org/variantsync/functjonal/1.0-SNAPSHOT/functjonal-1.0-20240129.202737-1.jar.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

local-maven-repo/org/variantsync/functjonal/1.0-SNAPSHOT/functjonal-1.0-20240129.202737-1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
515896799f2772406fcbd651bd235ca6
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a9716d5cf8d8e80a1a24beee900ee2e3c33abb05

local-maven-repo/org/variantsync/functjonal/1.0-SNAPSHOT/functjonal-1.0-20240129.202737-1.pom renamed to local-maven-repo/org/variantsync/functjonal/1.0-SNAPSHOT/functjonal-1.0-20240314.134555-1.pom

File renamed without changes.

local-maven-repo/org/variantsync/functjonal/1.0-SNAPSHOT/functjonal-1.0-20240129.202737-1.pom.md5 renamed to local-maven-repo/org/variantsync/functjonal/1.0-SNAPSHOT/functjonal-1.0-20240314.134555-1.pom.md5

File renamed without changes.

0 commit comments

Comments
 (0)