Skip to content

Commit

Permalink
Merge branch 'main' into 137-use-iris-in-hqdm-rdf-entity-factories
Browse files Browse the repository at this point in the history
  • Loading branch information
GCHQDeveloper42 authored Jan 18, 2024
2 parents b7b6b9e + 3dc28f8 commit 3129f69
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,16 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
javadocs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Generate Javadocs
run: mvn javadoc:aggregate

0 comments on commit 3129f69

Please sign in to comment.