Skip to content

update plugin version #96

update plugin version

update plugin version #96

Workflow file for this run

name: Build
on:
push:
branches:
- '*'
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: graalvm/setup-graalvm@v1
with:
java-version: '17'
distribution: 'graalvm'
- run: ./gradlew build
- run: ./gradlew nativeCompile
- uses: actions/upload-artifact@v3
with:
name: xcresults
path: ./build/native/nativeCompile/xcresults