Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci.hocon
Original file line number Diff line number Diff line change
@@ -131,7 +131,7 @@ graal-vm-release: {
downloads: {
GRAALVM_DIR: {
name: graalvm-release,
version: "0.17",
version: "0.18",
platformspecific: true
}
}
2 changes: 1 addition & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
require 'yaml'
require 'open3'

GRAALVM_VERSION = '0.17'
GRAALVM_VERSION = '0.18'

JRUBY_DIR = File.expand_path('../..', __FILE__)
M2_REPO = File.expand_path('~/.m2/repository')

0 comments on commit 9775be7

Please sign in to comment.