Skip to content

Commit fef80ec

Browse files

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# see instructions https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/doc/BUILDSPEC.md
2+
3+
groupId=dk.mada.style
4+
artifactId=mada-style-gradle
5+
version=1.2.0
6+
7+
display=${groupId}:${artifactId}
8+
9+
# Source code
10+
gitRepo=https://github.com/jskov/${artifactId}.git
11+
gitTag=${version}
12+
13+
# Rebuild environment prerequisites
14+
tool=gradle
15+
jdk=21
16+
newline=lf
17+
umask=022
18+
19+
# Rebuild command
20+
command="bash ./gradlew --no-daemon javadoc publish publishToMavenLocal -Pversion=${version}"
21+
22+
# Location of the buildinfo file generated during rebuild (by artifact:compare for Maven) to record output fingerprints
23+
buildinfo=${artifactId}-${version}.buildinfo
24+
25+
issue=

0 commit comments

Comments
 (0)