Skip to content

Commit 1fe9c7e

Browse files

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# see instructions https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/doc/BUILDSPEC.md
2+
3+
# Central Repository coordinates for the Reference release (for multi-module, pick an arbitrary module)
4+
groupId=org.hibernate.reactive
5+
artifactId=hibernate-reactive-core
6+
version=3.0.0.CR1
7+
8+
display=${groupId}:${artifactId}
9+
10+
# Source code
11+
gitRepo=https://github.com/hibernate/hibernate-reactive.git
12+
gitTag=${version}
13+
14+
# Rebuild environment prerequisites
15+
tool=gradle
16+
jdk=17
17+
newline=lf
18+
umask=022
19+
20+
# Rebuild command
21+
command="./gradlew --no-daemon --no-build-cache clean publishToMavenLocal"
22+
23+
# Location of the buildinfo file generated during rebuild (by artifact:compare for Maven) to record output fingerprints
24+
buildinfo=${artifactId}-${version}.buildinfo

0 commit comments

Comments
 (0)