Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/dk/mada/style/mada-style-gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Source code: [https://github.com/jskov/mada-style-gradle.git](https://github.com
* [dk.mada.style:mada-style-gradle](https://central.sonatype.com/artifact/dk.mada.style/mada-style-gradle/overview)
</details>

rebuilding **16 releases** of dk.mada.style:mada-style-gradle:
rebuilding **17 releases** of dk.mada.style:mada-style-gradle:
- **15** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
- 1 had issues (some unreproducible artifacts :warning:, see eventual :mag: diffoscope and/or :memo: issue tracker links):
- 2 had issues (some unreproducible artifacts :warning:, see eventual :mag: diffoscope and/or :memo: issue tracker links):

| version | [build spec](/BUILDSPEC.md) | [result](https://reproducible-builds.org/docs/jvm/): reproducible? | [stabilize](https://github.com/google/oss-rebuild/blob/main/cmd/stabilize/README.md) | size |
| -- | --------- | ------ | ------ | -- |
| [1.20](https://central.sonatype.com/artifact/dk.mada.style/mada-style-gradle/1.20/pom) | | | |
| [1.20](https://central.sonatype.com/artifact/dk.mada.style/mada-style-gradle/1.20/pom) | [gradle jdk21](mada-style-gradle-1.20.buildspec) | :x: | |
| [1.1.6](https://central.sonatype.com/artifact/dk.mada.style/mada-style-gradle/1.1.6/pom) | [gradle jdk21](mada-style-gradle-1.1.6.buildspec) | [result](mada-style-gradle-1.1.6.buildinfo): [4 :white_check_mark: ](mada-style-gradle-1.1.6.buildcompare) | | 52K |
| [1.1.5](https://central.sonatype.com/artifact/dk.mada.style/mada-style-gradle/1.1.5/pom) | [gradle jdk21](mada-style-gradle-1.1.5.buildspec) | [result](mada-style-gradle-1.1.5.buildinfo): [4 :white_check_mark: ](mada-style-gradle-1.1.5.buildcompare) | | 52K |
| [1.1.4](https://central.sonatype.com/artifact/dk.mada.style/mada-style-gradle/1.1.4/pom) | [gradle jdk21](mada-style-gradle-1.1.4.buildspec) | [result](mada-style-gradle-1.1.4.buildinfo): [4 :white_check_mark: ](mada-style-gradle-1.1.4.buildcompare) | | 52K |
Expand Down
4 changes: 2 additions & 2 deletions content/dk/mada/style/mada-style-gradle/badge.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "schemaVersion": 1,
"label": "Reproducible Builds",
"labelColor": "1e5b96",
"message": "4/4",
"color": "green",
"message": "X",
"color": "red",
"isError": "true" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# see instructions https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/doc/BUILDSPEC.md

groupId=dk.mada.style
artifactId=mada-style-gradle
version=1.20

display=${groupId}:${artifactId}

# Source code
gitRepo=https://github.com/jskov/${artifactId}.git
gitTag=${version}

# Rebuild environment prerequisites
tool=gradle
jdk=21
newline=lf
umask=022

# Rebuild command
command="bash ./gradlew --no-daemon javadoc publish publishToMavenLocal -Pversion=${version}"

# Location of the buildinfo file generated during rebuild (by artifact:compare for Maven) to record output fingerprints
buildinfo=${artifactId}-${version}.buildinfo

issue=