diff options
author | Eduardo Julian | 2021-11-04 02:54:45 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-11-04 02:54:45 -0400 |
commit | 305a3b5bca562601ee37b4cac69dd02f245830db (patch) | |
tree | 05bb9afc3345e5f9570c5d4ec3c4461def637061 /lux-ruby | |
parent | 0dd20865adaf872d63aea1037034d22a3b906aba (diff) |
Better method calls in Ruby.
Diffstat (limited to 'lux-ruby')
-rw-r--r-- | lux-ruby/commands.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lux-ruby/commands.md b/lux-ruby/commands.md index e5eaf2372..cbdc685e1 100644 --- a/lux-ruby/commands.md +++ b/lux-ruby/commands.md @@ -34,6 +34,14 @@ cd ~/lux/stdlib/ \ ``` cd ~/lux/lux-ruby/ \ -&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-ruby -Dversion=0.6.4-SNAPSHOT -Dpackaging=jar +&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-ruby -Dversion=0.6.5-SNAPSHOT -Dpackaging=jar + +cd ~/lux/lux-ruby/ && mvn deploy:deploy-file \ +-Durl=https://<username>:<password>@oss.sonatype.org/content/repositories/snapshots/ \ +-Dfile=target/program.jar \ +-DgroupId=com.github.luxlang \ +-DartifactId=lux-ruby \ +-Dversion=0.6.5-SNAPSHOT \ +-Dpackaging=jar ``` |