Skip to content

Commit

Permalink
temporary workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed Mar 7, 2024
1 parent 6762aa7 commit a5375d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/install-tracer-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
# Purpose: Build and install the org-graalvm-visualvm-modules-tracer plugin as it is not available in Maven.
set -e

# temp workaround
#DIR=`pwd`
#
#echo "Installing required tracer VisualVM dependencies"
#TEMP_DIR=`mktemp -d`
Expand Down Expand Up @@ -60,7 +58,8 @@ set -e
#echo "Installing ${FULL_PATH}"

# Temp workaround
FULL_PATH=$DIR/org-graalvm-visualvm-modules-tracer-2.1.jar
DIR=`pwd`
FULL_PATH=$DIR/org-graalvm-visualvm-modules-tracer-2.1.jar

set -x
mvn install:install-file -Dfile=${FULL_PATH} -DgroupId=org.graalvm.visualvm.modules -DartifactId=org-graalvm-visualvm-modules-tracer -Dversion=2.1 -Dpackaging=jar
Expand Down

0 comments on commit a5375d3

Please sign in to comment.