Skip to content

Commit 465fd28

Browse files
committed
Build all modules consumed by java11 profile
1 parent 504f6bf commit 465fd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ commands:
6565
- run:
6666
name: 'Build JDK 11 Release modules locally'
6767
command: |
68-
mvn -B -nsu -s .circleci/settings.xml -P java11 -pl :feign-java11 -am -DskipTests=true install
68+
mvn -B -nsu -s .circleci/settings.xml -P java11 -pl :feign-java11,:feign-jakarta -am -DskipTests=true install
6969
- run:
7070
name: 'Deploy JDK 11 Modules to Sonatype'
7171
command: |

0 commit comments

Comments
 (0)