Skip to content

build: update Github actions #3

build: update Github actions

build: update Github actions #3

Workflow file for this run

name: Build
on:
- push
- workflow_dispatch
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v7
- name: SETUP JAVA JDK
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'temurin'
- name: BUILD
uses: gradle/actions/setup-gradle@v6
with:
arguments: build