We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90afa7e commit 4dcc7a3Copy full SHA for 4dcc7a3
tool/jt.rb
@@ -731,6 +731,7 @@ def help
731
jt sync continuously synchronize changes from the Ruby source files to the GraalVM build
732
jt idea generates IntelliJ projects
733
jt format run eclipse code formatter
734
+ jt graalvm-home prints the GraalVM home of the RUBY_SELECTOR
735
736
you can also put --build or --rebuild in front of any command to build or rebuild first
737
@@ -759,6 +760,10 @@ def launcher
759
760
puts ruby_launcher
761
end
762
763
+ define_method(:'graalvm-home') do
764
+ puts graalvm_home
765
+ end
766
+
767
def build(*options)
768
project = options.shift
769
case project
0 commit comments