Skip to content

chore: upgrade foojey resolver to 1.0.0 #335

chore: upgrade foojey resolver to 1.0.0

chore: upgrade foojey resolver to 1.0.0 #335

Workflow file for this run

name: CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-java@v5
with:
distribution: "temurin"
java-version: "24"
- run: java --version
- name: Build
run: ./gradlew build