Skip to content

Commit 2ca5e3f

Browse files

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
groupId=at/yawk/lz4
2+
artifactId=lz4-java
3+
display=${groupId}:${artifactId}
4+
version=1.10.0
5+
6+
gitRepo=https://github.com/yawkat/lz4-java.git
7+
gitTag=v${version}
8+
9+
tool=mvn-3.9.11
10+
jdk=21
11+
toolchains="21|7"
12+
newline=lf
13+
#umask=022
14+
15+
command="mvn package -DskipTests -Dmaven.javadoc.skip -Dbuildinfo.ignore='*/*.module'"
16+
buildinfo=target/${artifactId}-${version}.buildinfo
17+
18+
#diffoscope=${artifactId}-${version}.diffoscope
19+
issue=

0 commit comments

Comments
 (0)