Skip to content

Bump com.github.ajalt.clikt:clikt from 5.0.1 to 5.0.2 #56

Bump com.github.ajalt.clikt:clikt from 5.0.1 to 5.0.2

Bump com.github.ajalt.clikt:clikt from 5.0.1 to 5.0.2 #56

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
with:
fetch-depth: 0
- uses: ./.github/actions/gradle-cache
- name: Set up java
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: 21
- name: Build
run: ./gradlew check --stacktrace --no-daemon
- name: Publish locally
run: ./gradlew publishToMavenLocal --stacktrace --no-daemon