Skip to content

Deprecate init/delete methods so we can start removing them #420

Deprecate init/delete methods so we can start removing them

Deprecate init/delete methods so we can start removing them #420

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 21
- run: ./gradlew build