Skip to content

Render HTML javadocs for publishing to docs.hibernate.org #179

Render HTML javadocs for publishing to docs.hibernate.org

Render HTML javadocs for publishing to docs.hibernate.org #179

Workflow file for this run

name: Build
on:
push:
branches:
- "main"
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- 'README*'
pull_request:
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- 'README*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Set up JDK 17
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
with:
distribution: temurin
java-version: 17
cache: maven
- name: Build with Maven
run: mvn clean verify
- name: Delete Artifacts From Cache
shell: bash
run: rm -rf ~/.m2/repository/org/hibernate/infra/develocity/