Skip to content

Commit

Permalink
Merge pull request #1152 from jvm-repo-rebuild/quick-perf-1.0.0-RC7
Browse files Browse the repository at this point in the history
add quick-perf 1.0.0-RC7
  • Loading branch information
hboutemy authored Dec 25, 2024
2 parents 7d515ee + f50ce47 commit 9369835
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions content/org/quickperf/quick-perf-1.0.0-RC7.buildspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# see instructions https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/BUILDSPEC.md
# see instructions https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/BUILDSPEC.md

# Central Repository coordinates for the Reference release
groupId=org.quickperf
artifactId=quick-perf
version=1.0.0-RC7

display=${groupId}:${artifactId}

# Source code
gitRepo=https://github.com/quick-perf/quickperf.git
gitTag=release-${version}

# Rebuild environment prerequisites
tool=mvn
jdk=11
newline=crlf

# Rebuild command
command="mvn clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"

# Location of the buildinfo file generated during rebuild to record output fingerprints
buildinfo=bom/target/quick-perf-bom-${version}.buildinfo

# if the release is finally not reproducible, link to an issue tracker entry if one was created
issue=

0 comments on commit 9369835

Please sign in to comment.