Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add quarkus-project 3.11.0 #863

Merged
merged 2 commits into from
Dec 2, 2024
Merged
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
5 changes: 3 additions & 2 deletions content/io/quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1020,9 +1020,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 **30 releases** of io.quarkus:quarkus-project:
rebuilding **31 releases** of io.quarkus:quarkus-project:
- **0** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
- 30 had issues (some unreproducible artifacts :warning:, see eventual :mag: diffoscope and/or :memo: issue tracker links):
- 31 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 @@ -1059,5 +1059,6 @@ rebuilding **30 releases** of io.quarkus:quarkus-project:
| [3.11.3](https://central.sonatype.com/artifact/io.quarkus/quarkus-project/3.11.3/pom) | [mvn jdk17](quarkus-3.11.3.buildspec) | [result](quarkus-project-3.11.3.buildinfo): [2246 :white_check_mark: 12 :warning:](quarkus-project-3.11.3.buildcompare) | 94M |
| [3.11.2](https://central.sonatype.com/artifact/io.quarkus/quarkus-project/3.11.2/pom) | [mvn jdk17](quarkus-3.11.2.buildspec) | [result](quarkus-project-3.11.2.buildinfo): [2246 :white_check_mark: 12 :warning:](quarkus-project-3.11.2.buildcompare) | 94M |
| [3.11.1](https://central.sonatype.com/artifact/io.quarkus/quarkus-project/3.11.1/pom) | [mvn jdk17](quarkus-3.11.1.buildspec) | [result](quarkus-project-3.11.1.buildinfo): [2246 :white_check_mark: 12 :warning:](quarkus-project-3.11.1.buildcompare) | 93M |
| [3.11.0](https://central.sonatype.com/artifact/io.quarkus/quarkus-project/3.11.0/pom) | [mvn jdk17](quarkus-3.11.0.buildspec) | [result](quarkus-project-3.11.0.buildinfo): [2246 :white_check_mark: 12 :warning:](quarkus-project-3.11.0.buildcompare) | 93M |

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

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

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

javaVersion="17.0.11"
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.11.0.buildcompare

Large diffs are not rendered by default.

Loading