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

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmitch215 committed May 31, 2022
1 parent f84d511 commit e6cc054
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,3 @@ jobs:

- name: Build JavaDocs
run: bash javadoc.sh
build:
runs-on: ubuntu-latest

strategy:
matrix:
java-version: [18]

steps:
- uses: actions/checkout@v3

- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
- name: Build Project
run: mvn clean install

0 comments on commit e6cc054

Please sign in to comment.