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

fix(deps): update semantic-release monorepo (major) #181

fix(deps): update semantic-release monorepo (major)

fix(deps): update semantic-release monorepo (major) #181

Workflow file for this run

name: Build Java PR
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set up JDK 17
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml