Skip to content

Commit

Permalink
fix line ending
Browse files Browse the repository at this point in the history
  • Loading branch information
castortech committed Apr 24, 2023
1 parent f952ee3 commit ae63033
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

JAVA_HOME=/usr/lib/jvm/jre-11-openjdk
export JAVA_HOME

MDBX_HOME=/home/ec2-user/libmdbx
export MDBX_HOME

mvn clean compile package -Dmaven.test.skip=true -P linux64
#!/bin/bash

JAVA_HOME=/usr/lib/jvm/jre-11-openjdk
export JAVA_HOME

MDBX_HOME=/home/ec2-user/libmdbx
export MDBX_HOME

mvn clean compile package -Dmaven.test.skip=true -P linux64

0 comments on commit ae63033

Please sign in to comment.