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