Skip to content

Commit

Permalink
Update Hexagon
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Dec 2, 2023
1 parent a2dbe22 commit c61eca1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
version: latest
distribution: graalvm-community
java-version: 17
java-version: 21
cache: gradle
- name: Build Project
run: ./gradlew nativeTest
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import org.graalvm.buildtools.gradle.dsl.GraalVMExtension
import java.lang.System.getProperty

plugins {
kotlin("jvm") version("1.9.0")
id("org.graalvm.buildtools.native") version("0.9.24")
kotlin("jvm") version("1.9.21")
id("org.graalvm.buildtools.native") version("0.9.28")
}

val hexagonVersion = "3.0.1"
val hexagonVersion = "3.4.4"
val gradleScripts = "https://raw.githubusercontent.com/hexagonkt/hexagon/$hexagonVersion/gradle"

ext.set("options", "-Xmx48m")
Expand Down

0 comments on commit c61eca1

Please sign in to comment.