Skip to content

Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 #298

Bump org.jetbrains:annotations from 24.0.1 to 24.1.0

Bump org.jetbrains:annotations from 24.0.1 to 24.1.0 #298

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8, 11, 17]
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected]
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
cache: 'maven'
- name: Build with Maven
run: mvn test javadoc:javadoc