Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB authored Dec 11, 2023
1 parent 16dd329 commit b197977
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
java-version: ${{ matrix.jdk }}
distribution: 'zulu'
cache: maven
- name: install owl api
run: |
mvn install:install-file -Dfile=owlapi-distribution-5.1.18.jar -DgroupId=myGroup -DartifactId=owlapi -Dversion=5.1.18 -Dpackaging=jar
- name: Build with Maven
run: mvn -e --batch-mode package
- name: Include JDK in filename
Expand Down

0 comments on commit b197977

Please sign in to comment.