Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Bump com.gitlab.virtual-machinist:any-annotate from 2.0.0 to 2.1.0 #43

Bump com.gitlab.virtual-machinist:any-annotate from 2.0.0 to 2.1.0

Bump com.gitlab.virtual-machinist:any-annotate from 2.0.0 to 2.1.0 #43

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
cache: maven
- name: Build with Maven
run: mvn -B install