Skip to content

Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 #708

Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1

Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 #708

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches-ignore:
- 'gh-pages'
jobs:
build:
uses: coditory/jvm-workflows/.github/workflows/build.yml@v1
# Required to pass codecov token
secrets: inherit
with:
java-version: 21
build-command: ./gradlew build coverage