Skip to content

fix: update the the deprecated method #62

fix: update the the deprecated method

fix: update the the deprecated method #62

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
- name: Build with Gradle
run: |
./gradlew build