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 491dd58 commit a451f78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
cache: maven
- name: install owl api
run: |
mvn install:install-file -Dfile=owlapi-distribution-5.1.18.jar -DgroupId=myGroupo -DartifactId=owlapi -Dversion=5.1.18 -Dpackaging=jar
mkdir -p lib/myGroupo/owlapi/5.1.18
mv /home/runner/.m2/repository/myGroupo/owlapi/5.1.18/* lib/myGroupo/owlapi/5.1.18
ls lib/myGroupo/owlapi/5.1.18
mvn install:install-file -Dfile=owlapi-distribution-5.1.18.jar -DgroupId=myGroup -DartifactId=owlapi -Dversion=5.1.18 -Dpackaging=jar
mkdir -p lib/myGroup/owlapi/5.1.18
mv /home/runner/.m2/repository/myGroup/owlapi/5.1.18/* lib/myGroup/owlapi/5.1.18
ls lib/myGroup/owlapi/5.1.18
- name: Build with Maven
run: mvn -e --batch-mode package
- name: Include JDK in filename
Expand Down

0 comments on commit a451f78

Please sign in to comment.