Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed May 25, 2024
1 parent 4cfe7e2 commit b5e9746
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@

name: Push

on: push

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check Out
uses: actions/checkout@v4
- name: Install Java
uses: graalvm/setup-graalvm@v1
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
version: latest
distribution: graalvm-community
java-version: 21
cache: gradle
- name: Build Project
run: ./gradlew nativeTest
- run: ./gradlew nativeTest
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import org.gradle.api.tasks.wrapper.Wrapper.DistributionType.ALL
import java.lang.System.getProperty

plugins {
kotlin("jvm") version("1.9.24")
id("org.graalvm.buildtools.native") version("0.10.1")
kotlin("jvm") version("2.0.0")
id("org.graalvm.buildtools.native") version("0.10.2")
}

val hexagonVersion = "3.5.3"
Expand Down

0 comments on commit b5e9746

Please sign in to comment.