Skip to content

chore: upgrade gradle to 8.10 #275

chore: upgrade gradle to 8.10

chore: upgrade gradle to 8.10 #275

Workflow file for this run

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