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

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,14 +13,14 @@ 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:
- **15** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
rebuilding **17 releases** of dk.mada.style:mada-style-gradle:
- **16** 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):

| 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.2.0](https://central.sonatype.com/artifact/dk.mada.style/mada-style-gradle/1.2.0/pom) | | | |
| [1.2.0](https://central.sonatype.com/artifact/dk.mada.style/mada-style-gradle/1.2.0/pom) | [gradle jdk25](mada-style-gradle-1.2.0.buildspec) | [result](mada-style-gradle-1.2.0.buildinfo): [4 :white_check_mark: ](mada-style-gradle-1.2.0.buildcompare) | | 52K |
| [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
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version=1.2.0
ok=4
ko=0
okFiles="dk.mada.style.gradle.plugin-1.2.0.pom mada-style-gradle-1.2.0-sources.jar mada-style-gradle-1.2.0.jar mada-style-gradle-1.2.0.pom"
koFiles=""
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name=dk.mada.style:mada-style-gradle
group-id=dk.mada.style
artifact-id=mada-style-gradle

build-tool=gradle
java.version=25
os.name=lf

outputs.1.coordinates=dk.mada.style:dk.mada.style.gradle.plugin

outputs.1.0.filename=dk.mada.style.gradle.plugin-1.2.0.pom
outputs.1.0.length=1497
outputs.1.0.checksums.sha512=846efec8da622766de7042b35ff08bcf56fb5594e13c2fbf0dfbba3caf082b60c06007658a99eea8e30b8b30b09756493be8ac8c903576563b49cf89a5718712


outputs.2.coordinates=dk.mada.style:mada-style-gradle

outputs.2.0.filename=mada-style-gradle-1.2.0-sources.jar
outputs.2.0.length=16346
outputs.2.0.checksums.sha512=f27a2b4a4732b648654395e245adcf7880087255e08b8b768af2861c79b0f9aa3eb089d8b52a5a73bc73a8fab9b0fc401467c34091e5f62f58a3fa812acac8f8

outputs.2.1.filename=mada-style-gradle-1.2.0.jar
outputs.2.1.length=32820
outputs.2.1.checksums.sha512=ebeefa68bb8604aea778d47239b8f94fcba4d622d1678d1d774015f800757b7ab7109e906975fe8f7ecb188a37bd139e86c5febbe1ddd408757dfef847c7baed

outputs.2.2.filename=mada-style-gradle-1.2.0.pom
outputs.2.2.length=2264
outputs.2.2.checksums.sha512=caa0545d67993b465c998e2cf9d899505599202edcb597474c11bc984a5cba853a6c358cce0a762c0486c279ddbe71b96d561a18a87ab5de91dbec25034ab6a8

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.2.0

display=${groupId}:${artifactId}

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

# Rebuild environment prerequisites
tool=gradle
jdk=25
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=