Skip to content

Commit

Permalink
Merge pull request #1071 from jvm-repo-rebuild/quarkus-project-3.17.5
Browse files Browse the repository at this point in the history
add quarkus-project 3.17.5
  • Loading branch information
hboutemy authored Dec 21, 2024
2 parents a88c808 + 3aefec9 commit ec583a5
Show file tree
Hide file tree
Showing 4 changed files with 12,999 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/io/quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1025,13 +1025,13 @@ 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 **49 releases** of io.quarkus:quarkus-project:
rebuilding **50 releases** of io.quarkus:quarkus-project:
- **0** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
- 49 had issues (some unreproducible artifacts :warning:, see eventual :mag: diffoscope and/or :memo: issue tracker links):
- 50 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 |
| -- | --------- | ------ | -- |
| [3.17.5](https://central.sonatype.com/artifact/io.quarkus/quarkus-project/3.17.5/pom) | | | |
| [3.17.5](https://central.sonatype.com/artifact/io.quarkus/quarkus-project/3.17.5/pom) | [mvn jdk17](quarkus-3.17.5.buildspec) | [result](quarkus-project-3.17.5.buildinfo): [2209 :white_check_mark: 7 :warning:](quarkus-project-3.17.5.buildcompare) [:memo:](https://github.com/quarkusio/quarkus/pull/44671) | 130M |
| [3.17.4](https://central.sonatype.com/artifact/io.quarkus/quarkus-project/3.17.4/pom) | [mvn jdk17](quarkus-3.17.4.buildspec) | [result](quarkus-project-3.17.4.buildinfo): [2209 :white_check_mark: 7 :warning:](quarkus-project-3.17.4.buildcompare) [:memo:](https://github.com/quarkusio/quarkus/pull/44671) | 130M |
| [3.17.3](https://central.sonatype.com/artifact/io.quarkus/quarkus-project/3.17.3/pom) | [mvn jdk17](quarkus-3.17.3.buildspec) | [result](quarkus-project-3.17.3.buildinfo): [2209 :white_check_mark: 7 :warning:](quarkus-project-3.17.3.buildcompare) [:memo:](https://github.com/quarkusio/quarkus/pull/44671) | 129M |
| [3.17.2](https://central.sonatype.com/artifact/io.quarkus/quarkus-project/3.17.2/pom) | [mvn jdk17](quarkus-3.17.2.buildspec) | [result](quarkus-project-3.17.2.buildinfo): [2209 :white_check_mark: 7 :warning:](quarkus-project-3.17.2.buildcompare) [:memo:](https://github.com/quarkusio/quarkus/pull/44671) | 129M |
Expand Down
21 changes: 21 additions & 0 deletions content/io/quarkus/quarkus-3.17.5.buildspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
groupId=io.quarkus
artifactId=quarkus-project
display=${groupId}:${artifactId}
version=3.17.5

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

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

# extracted from: Java-Version and Java-Vendor from META-INF/MANIFEST.MF
javaVersion="17.0.13"
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=https://github.com/quarkusio/quarkus/pull/44671
16 changes: 16 additions & 0 deletions content/io/quarkus/quarkus-project-3.17.5.buildcompare

Large diffs are not rendered by default.

Loading

0 comments on commit ec583a5

Please sign in to comment.