Skip to content

Commit

Permalink
Build all modules consumed by java11 profile
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Jun 28, 2022
1 parent 504f6bf commit 465fd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ commands:
- run:
name: 'Build JDK 11 Release modules locally'
command: |
mvn -B -nsu -s .circleci/settings.xml -P java11 -pl :feign-java11 -am -DskipTests=true install
mvn -B -nsu -s .circleci/settings.xml -P java11 -pl :feign-java11,:feign-jakarta -am -DskipTests=true install
- run:
name: 'Deploy JDK 11 Modules to Sonatype'
command: |
Expand Down

0 comments on commit 465fd28

Please sign in to comment.