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 3505190 commit 640d679Copy full SHA for 640d679
content/io/avaje/http/avaje-http-3.6.buildspec
@@ -0,0 +1,22 @@
1
+groupId=io.avaje
2
+artifactId=avaje-http-parent
3
+display=${groupId}:$(echo "${artifactId}" | sed -e "s/-parent//")
4
+version=3.6
5
+
6
+gitRepo=https://github.com/avaje/avaje-http.git
7
+gitTag=${version}
8
+gitTag="git log --all --pretty=format:%H --grep '$version'"
9
10
+tool=mvn
11
+jdk=21
12
+#umask=022
13
+newline=crlf
14
+timezone="America/New_York"
15
+#newline=lf
16
+#timezone="Pacific/Auckland"
17
18
+command="mvn -Pcentral clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
19
+buildinfo=target/${artifactId}-${version}.buildinfo
20
21
+#diffoscope=${artifactId}-${version}.diffoscope
22
+issue=
0 commit comments