From 0613deddeb934b523dd59ef0a2c6303716883a0c Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 10 Jan 2022 16:41:27 -0400 Subject: Fixes for the pure-Lux JVM compiler machinery. [Part 5] --- lux-jvm/commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-jvm/commands.md') diff --git a/lux-jvm/commands.md b/lux-jvm/commands.md index a4644f915..aa3299ac9 100644 --- a/lux-jvm/commands.md +++ b/lux-jvm/commands.md @@ -32,7 +32,7 @@ cd ~/lux/stdlib/ \ ## Use new JVM compiler to compile tests for the Standard Library cd ~/lux/stdlib/ \ && lein clean \ -&& java -jar ~/lux/lux-jvm/target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux \ +&& java -jar ~/lux/lux-jvm/target/program.jar build --host_dependency ~/.m2/repository/com/github/luxlang/lux-jvm-function/0.6.5/lux-jvm-function-0.6.5.jar --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux \ && java -jar ~/lux/stdlib/target/program.jar ``` @@ -40,7 +40,7 @@ cd ~/lux/stdlib/ \ ``` cd ~/lux/lux-jvm/ \ -&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-jvm -Dversion=0.7.0 -Dpackaging=jar +&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-jvm -Dversion=0.6.6 -Dpackaging=jar cd ~/lux/lux-jvm/ && mvn deploy:deploy-file \ -Durl=https://USERNAME:PASSWORD@oss.sonatype.org/content/repositories/snapshots/ \ -- cgit v1.2.3