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 1e15590 commit 8d85aeaCopy full SHA for 8d85aea
.github/workflows/maven-verify.yml
@@ -27,9 +27,9 @@ jobs:
27
- name: Verify with Maven
28
run: |
29
mvn -B -f pom.xml clean install verify \
30
- -pl ",!fluent/agentic" \
+ -pl ",!fluent/agentic" -pl ",!experimental/agentic" \
31
-am
32
33
- name: Verify Examples with Maven
34
35
- mvn -B -f examples/pom.xml clean install verify
+ mvn -B -f examples/pom.xml clean install verify
0 commit comments