Skip to content

Commit

Permalink
Merge pull request #214 from jvm-repo-rebuild/quarkus-ide-config-3.15.0
Browse files Browse the repository at this point in the history
add quarkus-project 3.15.0
  • Loading branch information
hboutemy authored Sep 23, 2024
2 parents 0b057a1 + 9650f68 commit 96a161d
Show file tree
Hide file tree
Showing 5 changed files with 13,817 additions and 4 deletions.
6 changes: 3 additions & 3 deletions content/io/quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1007,13 +1007,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 **1 releases** of io.quarkus:quarkus-project:
rebuilding **2 releases** of io.quarkus:quarkus-project:
- **0** 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? | size |
| -- | --------- | ------ | -- |
| [3.15.0](https://central.sonatype.com/artifact/io.quarkus/quarkus-project/3.15.0/pom) | | | |
| [3.15.0](https://central.sonatype.com/artifact/io.quarkus/quarkus-project/3.15.0/pom) | [mvn jdk17](quarkus-3.15.0.buildspec) | [result](quarkus-project-3.15.0.buildinfo): [2339 :white_check_mark: 12 :warning:](quarkus-project-3.15.0.buildcompare) | 129M |
| [3.15.0.CR1](https://central.sonatype.com/artifact/io.quarkus/quarkus-project/3.15.0.CR1/pom) | | | |
| [3.14.4](https://central.sonatype.com/artifact/io.quarkus/quarkus-project/3.14.4/pom) | [mvn jdk17.0.12](quarkus-3.14.4.buildspec) | [result](quarkus-project-3.14.4.buildinfo): [2339 :white_check_mark: 14 :warning:](quarkus-project-3.14.4.buildcompare) [:mag:](quarkus-project-3.14.4.diffoscope) | 183M |

Expand Down
2 changes: 1 addition & 1 deletion content/io/quarkus/badge.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "schemaVersion": 1,
"label": "Reproducible Builds",
"labelColor": "1e5b96",
"message": "2339/2353",
"message": "2339/2351",
"color": "yellow",
"isError": "true" }
20 changes: 20 additions & 0 deletions content/io/quarkus/quarkus-3.15.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.15.0

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

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

javaVersion="17.0.12"
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.15.0.buildcompare

Large diffs are not rendered by default.

Loading

0 comments on commit 96a161d

Please sign in to comment.