Skip to content

Commit eeee93d

Browse files
committed
Fix langchain4j mvn command
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent 32e1f54 commit eeee93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# 4. Build the external agentic module
3737
- name: Build langchain4j-agentic
3838
run: |
39-
mvn -B -U -T12C clean package -DskipTests
39+
mvn -B -U -T12C -f langchain4j/pom.xml clean package -DskipTests
4040
mvn -B -f langchain4j/langchain4j-agentic/pom.xml clean install -DskipTests
4141
4242
# 5. Verify the main sdk-java project, excluding the two agentic modules

0 commit comments

Comments
 (0)