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 7c79454 commit 9a251e3Copy full SHA for 9a251e3
content/dev/langchain4j/langchain4j-1.0.1.buildspec
@@ -0,0 +1,20 @@
1
+groupId=dev.langchain4j
2
+artifactId=langchain4j
3
+display=${groupId}:${artifactId}
4
+version=1.0.1
5
+
6
+gitRepo=https://github.com/langchain4j/langchain4j.git
7
+gitTag=${version}
8
9
+tool=mvn-3.9.9
10
+jdk=21
11
+newline=lf
12
+#umask=022
13
14
+# SHELL required because langchain4j/pom.xml defines a local directory as repository: it does not get mirrored in settings.xml
15
+command="SHELL mvn -ntp package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip -Dspotless.skip"
16
+buildinfo=target/${artifactId}-aggregator-${version}.buildinfo
17
+execBefore="mvn -ntp clean"
18
19
+#diffoscope=${artifactId}-aggregator-${version}.diffoscope
20
+issue=
0 commit comments