File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
content/dk/mada/style/mada-style-gradle Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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=
You can’t perform that action at this time.
0 commit comments