Skip to content

Commit

Permalink
Using latests graal version (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
machaval authored Nov 17, 2022
1 parent f0c74e1 commit fe86ecf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ at https://github.com/graalvm/graalvm-ce-builds/releases
Set:

```bash
export GRAALVM_HOME=`pwd`/.graalvm/graalvm-ce-java11-22.0.0.2/Contents/Home
export JAVA_HOME=`pwd`/.graalvm/graalvm-ce-java11-22.0.0.2/Contents/Home
export GRAALVM_HOME=`pwd`/.graalvm/graalvm-ce-java11-22.3.0/Contents/Home
export JAVA_HOME=`pwd`/.graalvm/graalvm-ce-java11-22.3.0/Contents/Home
```

Execute the gradle task `nativeCompile`
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ weaveVersion=2.5.0-SNAPSHOT
nativeVersion=100.100.100
scalaVersion=2.12.11
ioVersion=1.0.0-SNAPSHOT
graalvmVersion=22.2.0
graalvmVersion=22.3.0
#Libaries
scalaTestVersion=3.0.1
scalaTestPluginVersion=0.32
Expand Down

0 comments on commit fe86ecf

Please sign in to comment.