Skip to content

Commit

Permalink
try 17
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ron committed Nov 6, 2023
1 parent 5891b7b commit e4ed7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/restheart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set -ex

# ensure we set JAVA_HOME to use Java 17
# export JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::")
export JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::")

./mvnw -X clean verify -DskipUTs -P-mongodb \
JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") ./mvnw -X clean verify -DskipUTs -P-mongodb \
-Dtest-connection-string="mongodb://user:password@localhost/ferretdb?authMechanism=PLAIN" \
-Dkarate.options="--tags ~@requires-replica-set"

0 comments on commit e4ed7dc

Please sign in to comment.