File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
content/org/hibernate/reactive/hibernate-reactive Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments