Skip to content

Commit

Permalink
improve jacoco agent and cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxxoo committed Apr 12, 2022
1 parent d83b2e0 commit 8e483ba
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hugegraph-dist/src/assembly/static/bin/hugegraph-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ if [ "$JAVA_OPTIONS" = "" ]; then
# -Xloggc:./logs/gc.log -XX:+PrintHeapAtGC -XX:+PrintGCDetails -XX:+PrintGCDateStamps"
fi

JAVA_OPTIONS=""
if [[ $JAVA_VERSION > "1.9" ]]; then
JAVA_OPTIONS="${JAVA_OPTIONS} --add-exports=java.base/jdk.internal.reflect=ALL-UNNAMED \
--add-modules=jdk.unsupported \
Expand Down
Binary file modified hugegraph-dist/src/assembly/travis/jacocoagent.jar
Binary file not shown.
Binary file modified hugegraph-dist/src/assembly/travis/jacococli.jar
Binary file not shown.

0 comments on commit 8e483ba

Please sign in to comment.