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 8cd2f79 commit e10b457Copy full SHA for e10b457
content/io/cucumber/pretty-formatter/pretty-formatter-2.4.0.buildspec
@@ -0,0 +1,16 @@
1
+groupId=io.cucumber
2
+artifactId=pretty-formatter
3
+display=${groupId}:${artifactId}
4
+version=2.4.0
5
+
6
+gitRepo=https://github.com/cucumber/${artifactId}.git
7
+gitTag=v${version}
8
9
+tool=mvn
10
+jdk=17
11
+newline=lf
12
13
+command="mvn -f java/pom.xml -Psign-source-javadoc clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
14
+buildinfo=java/target/${artifactId}-${version}.buildinfo
15
16
+issue=
0 commit comments