Skip to content

Commit

Permalink
updating teh mac run, not totally working
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Oct 20, 2024
1 parent bd26080 commit 8c1232b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions runMac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ else
mv $JAVA_HOME/$JVM/* $JAVA_HOME/
fi
echo "Java home set to $JAVA_HOME"

./gradlew build shadowJar
./gradlew --stop
#rm -rf ~/.gradle/caches/
#rm -rf ~/.gradle/daemon/
./gradlew clean build --refresh-dependencies
./gradlew shadowJar

$JAVA_HOME/bin/java -Dprism.forceGPU=true --add-exports \
javafx.graphics/com.sun.javafx.css=ALL-UNNAMED \
Expand Down

0 comments on commit 8c1232b

Please sign in to comment.