Skip to content

Update actions/stale action to v9 (2.1.x) #531

Update actions/stale action to v9 (2.1.x)

Update actions/stale action to v9 (2.1.x) #531

Workflow file for this run

name: Java CI
on:
pull_request:
branches:
- 2.1.x
push:
branches:
- 2.1.x
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
java_version: [11]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set up JDK
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
with:
distribution: "zulu"
java-version: ${{ matrix.java_version }}
- name: Build with Maven
run: ./mvnw -B -V -ntp -ff -s .github/settings.xml -Dmaven.javadoc.skip=true install