We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504f6bf commit 465fd28Copy full SHA for 465fd28
.circleci/config.yml
@@ -65,7 +65,7 @@ commands:
65
- run:
66
name: 'Build JDK 11 Release modules locally'
67
command: |
68
- 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
69
70
name: 'Deploy JDK 11 Modules to Sonatype'
71
0 commit comments