Skip to content

Commit

Permalink
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ci.hocon
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ graal-core: {
[cd, graal-workspace],
[mx, sclone, --kind, git, "https://github.com/graalvm/graal-core.git", graal-core],
[cd, graal-core],
[git, checkout, "3a28fca1b331f9912dabd231052354cffa9dee9c"],
[git, checkout, graal-vm-0.12],
[mx, sforceimports],
[mx, --vm, server, build],
[cd, ../..]
@@ -57,7 +57,7 @@ graalvm: {
downloads: {
GRAALVM_DIR: {
name: graalvm-release,
version: "0.11",
version: "0.12",
platformspecific: true
}
}
2 changes: 1 addition & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
require 'json'
require 'timeout'

GRAALVM_VERSION = "0.11"
GRAALVM_VERSION = '0.12'

JRUBY_DIR = File.expand_path('../..', __FILE__)
M2_REPO = File.expand_path('~/.m2/repository')
2 changes: 1 addition & 1 deletion truffle/pom.rb
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@

properties( 'polyglot.dump.pom' => 'pom.xml',
'polyglot.dump.readonly' => true,
'truffle.version' => '0.13',
'truffle.version' => '0.14',
'jruby.basedir' => '${basedir}/..',
'maven.test.skip' => 'true' )

2 changes: 1 addition & 1 deletion truffle/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ DO NOT MODIFIY - GENERATED CODE
<jruby.basedir>${basedir}/..</jruby.basedir>
<polyglot.dump.readonly>true</polyglot.dump.readonly>
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
<truffle.version>0.13</truffle.version>
<truffle.version>0.14</truffle.version>
</properties>
<dependencies>
<dependency>

0 comments on commit 95bdc20

Please sign in to comment.