Skip to content

Commit

Permalink
Merge pull request #886 from jvm-repo-rebuild/quarkus-project-3.9.3
Browse files Browse the repository at this point in the history
add quarkus-project 3.9.3
  • Loading branch information
hboutemy authored Dec 4, 2024
2 parents adb97db + 77ad5dd commit 801eaa1
Show file tree
Hide file tree
Showing 4 changed files with 13,031 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/io/quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1025,9 +1025,9 @@ Source code: [https://github.com/quarkusio/quarkus.git](https://github.com/quark
* [io.quarkus:quarkus-websockets-parent](https://central.sonatype.com/artifact/io.quarkus/quarkus-websockets-parent/overview)
</details>

rebuilding **36 releases** of io.quarkus:quarkus-project:
rebuilding **37 releases** of io.quarkus:quarkus-project:
- **0** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
- 36 had issues (some unreproducible artifacts :warning:, see eventual :mag: diffoscope and/or :memo: issue tracker links):
- 37 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? | size |
| -- | --------- | ------ | -- |
Expand Down Expand Up @@ -1072,5 +1072,6 @@ rebuilding **36 releases** of io.quarkus:quarkus-project:
| [3.10.0.CR1](https://central.sonatype.com/artifact/io.quarkus/quarkus-project/3.10.0.CR1/pom) | | | |
| [3.9.5](https://central.sonatype.com/artifact/io.quarkus/quarkus-project/3.9.5/pom) | [mvn jdk17](quarkus-3.9.5.buildspec) | [result](quarkus-project-3.9.5.buildinfo): [2204 :white_check_mark: 12 :warning:](quarkus-project-3.9.5.buildcompare) | 94M |
| [3.9.4](https://central.sonatype.com/artifact/io.quarkus/quarkus-project/3.9.4/pom) | [mvn jdk17](quarkus-3.9.4.buildspec) | [result](quarkus-project-3.9.4.buildinfo): [2204 :white_check_mark: 12 :warning:](quarkus-project-3.9.4.buildcompare) | 94M |
| [3.9.3](https://central.sonatype.com/artifact/io.quarkus/quarkus-project/3.9.3/pom) | [mvn jdk17](quarkus-3.9.3.buildspec) | [result](quarkus-project-3.9.3.buildinfo): [2204 :white_check_mark: 12 :warning:](quarkus-project-3.9.3.buildcompare) | 94M |

<i>(size is calculated without javadoc, that has been excluded from reproducibility checks)</i>
20 changes: 20 additions & 0 deletions content/io/quarkus/quarkus-3.9.3.buildspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
groupId=io.quarkus
artifactId=quarkus-project
display=${groupId}:${artifactId}
version=3.9.3

gitRepo=https://github.com/quarkusio/quarkus.git
gitTag=${version}

tool=mvn-3.9.8
jdk=17
newline=lf
#umask=022

javaVersion="17.0.10"
javaVendor="Eclipse Adoptium"
command="mvn -Djava.version='$javaVersion' -Djava.vendor='$javaVendor' -Prelease clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip -Dformat.skip -Ddevelocity.cache.local.enabled=false -Ddevelocity.cache.remote.storeEnabled=false -Dbuildinfo.ignore='*/quarkus-documentation-*.zip,*/quarkus-documentation-*.tar.gz'"
buildinfo=target/${artifactId}-${version}.buildinfo

#diffoscope=${artifactId}-${version}.diffoscope
issue=
21 changes: 21 additions & 0 deletions content/io/quarkus/quarkus-project-3.9.3.buildcompare

Large diffs are not rendered by default.

Loading

0 comments on commit 801eaa1

Please sign in to comment.