Skip to content

Commit

Permalink
chore: cleanups in MODULE.bazel
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.dev>
  • Loading branch information
sgammon committed Jan 24, 2024
1 parent c5ca4be commit e1cd393
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
"GraalVM Rules for Bazel"

module(
name = "rules_graalvm",
version = "0.11.1",
)
module(name = "rules_graalvm", version = "0.11.1")

## JVM version to target.
JAVA_VERSION = "21"

## Node version used for local tooling.
NODE_VERSION = "20.5.0"

## GraalVM distribution version.
GRAALVM_VERSION = "21.0.2"

## GraalVM distribution type; one of `oracle` or `ce`.
GRAALVM_DIST = "ce"

## GraalVM SDK version.
GRAALVM_SDK_VERSION = "23.1.2"

##
Expand Down

0 comments on commit e1cd393

Please sign in to comment.