Skip to content

chore(version): bump to 3.0.1 #95

chore(version): bump to 3.0.1

chore(version): bump to 3.0.1 #95

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: '18'
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build and run tests
run: ./gradlew build