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

fix(deps): update dependency conventional-changelog-conventionalcommits to v8 #290

fix(deps): update dependency conventional-changelog-conventionalcommits to v8

fix(deps): update dependency conventional-changelog-conventionalcommits to v8 #290

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@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml