Skip to content

Commit

Permalink
Merge pull request #1353 from jvm-repo-rebuild/env-config-1.13.1
Browse files Browse the repository at this point in the history
add env-config 1.13.1
  • Loading branch information
hboutemy authored Jan 7, 2025
2 parents 7d5e013 + d7482b5 commit edfde99
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
6 changes: 3 additions & 3 deletions content/com/github/sitture/env-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

Source code: [https://github.com/sitture/env-config.git](https://github.com/sitture/env-config.git)

rebuilding **6 releases** of com.github.sitture:env-config:
rebuilding **7 releases** of com.github.sitture:env-config:
- **5** 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 |
| -- | --------- | ------ | -- |
| [1.13.1](https://central.sonatype.com/artifact/com.github.sitture/env-config/1.13.1/pom) | | | |
| [1.13.1](https://central.sonatype.com/artifact/com.github.sitture/env-config/1.13.1/pom) | [mvn jdk11](env-config-1.13.1.buildspec) | :x: | |
| [1.13.0](https://central.sonatype.com/artifact/com.github.sitture/env-config/1.13.0/pom) | [mvn jdk11](env-config-1.13.0.buildspec) | [result](env-config-1.13.0.buildinfo): [3 :white_check_mark: ](env-config-1.13.0.buildcompare) | 59K |
| [1.12.1](https://central.sonatype.com/artifact/com.github.sitture/env-config/1.12.1/pom) | [mvn jdk11](env-config-1.12.1.buildspec) | [result](env-config-1.12.1.buildinfo): [3 :white_check_mark: ](env-config-1.12.1.buildcompare) | 59K |
| [1.12.0](https://central.sonatype.com/artifact/com.github.sitture/env-config/1.12.0/pom) | [mvn jdk11](env-config-1.12.0.buildspec) | [result](env-config-1.12.0.buildinfo): [3 :white_check_mark: ](env-config-1.12.0.buildcompare) | 60K |
Expand Down
4 changes: 2 additions & 2 deletions content/com/github/sitture/env-config/badge.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "schemaVersion": 1,
"label": "Reproducible Builds",
"labelColor": "1e5b96",
"message": "3/3",
"color": "green",
"message": "X",
"color": "red",
"isError": "true" }
19 changes: 19 additions & 0 deletions content/com/github/sitture/env-config/env-config-1.13.1.buildspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
groupId=com.github.sitture
artifactId=env-config
display=${groupId}:${artifactId}
version=1.13.1

gitRepo=https://github.com/sitture/env-config.git
gitTag=${version}

tool=mvn
jdk=11
newline=lf
#umask=022

command="mvn clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
buildinfo=target/${artifactId}-${version}.buildinfo

#diffoscope=${artifactId}-${version}.diffoscope
issue=

0 comments on commit edfde99

Please sign in to comment.