Skip to content

Commit

Permalink
Fix ci build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAure committed Sep 17, 2024
1 parent c103888 commit f193be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build project
run: mvn -B package --file pom.xml
run: mvn -B install --file pom.xml
- name: Build relocation
run: mvn -B package --file relocation/pom.xml

Expand Down
1 change: 1 addition & 0 deletions relocation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.9</version>
<relativePath />
</parent>

<groupId>jakarta.enterprise.concurrent</groupId>
Expand Down

0 comments on commit f193be7

Please sign in to comment.