Skip to content

Remove another dead accessor #1409

Remove another dead accessor

Remove another dead accessor #1409

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
cache: gradle
- name: Build
run: ./gradlew build
- name: Capture Artifacts
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/