Skip to content

Add Tiny version option to CLI and API; update version to 1.1.1 #6

Add Tiny version option to CLI and API; update version to 1.1.1

Add Tiny version option to CLI and API; update version to 1.1.1 #6

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build