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 32e1f54 commit eeee93dCopy full SHA for eeee93d
.github/workflows/maven-verify.yml
@@ -36,7 +36,7 @@ jobs:
36
# 4. Build the external agentic module
37
- name: Build langchain4j-agentic
38
run: |
39
- mvn -B -U -T12C clean package -DskipTests
+ mvn -B -U -T12C -f langchain4j/pom.xml clean package -DskipTests
40
mvn -B -f langchain4j/langchain4j-agentic/pom.xml clean install -DskipTests
41
42
# 5. Verify the main sdk-java project, excluding the two agentic modules
0 commit comments