Skip to content

Bump org.asciidoctor:asciidoctor-maven-plugin from 3.1.0 to 3.1.1 #96

Bump org.asciidoctor:asciidoctor-maven-plugin from 3.1.0 to 3.1.1

Bump org.asciidoctor:asciidoctor-maven-plugin from 3.1.0 to 3.1.1 #96

Workflow file for this run

name: Verify Build
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- 'main'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up JDK 11
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml