Skip to content

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

Bump org.jetbrains:annotations from 24.0.1 to 24.1.0

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

Workflow file for this run

name: Development branches
on:
push:
branches:
- '*'
- '**/*'
- '!master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: zulu
cache: maven
- name: Prepare mvnw
run: chmod +x ./mvnw
- name: Build
run: ./mvnw clean package