File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ groupId=org.junit
2
+ artifactId=junit-bom
3
+ display=${groupId}:${artifactId}
4
+ version=6.0.0
5
+
6
+ gitRepo=https://github.com/junit-team/junit5.git
7
+ gitTag=r${version}
8
+
9
+ tool=gradle
10
+ jdk=25
11
+ newline=lf
12
+
13
+ # extracted from: wget https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/$version/junit-jupiter-api-$version.jar ; unzip -q -c junit-jupiter-api-$version.jar META-INF/MANIFEST.MF | grep -E 'Build|Created'
14
+ buildDate='2025-09-30'
15
+ buildTime='09:57:55.923+0200'
16
+ createdBy='25 (Eclipse Adoptium 25+36-LTS)'
17
+
18
+ command="./gradlew clean assemble -x test -x signMavenPublication --no-daemon --no-build-cache -Ppublishing.signArtifacts=false publishToMavenLocal -Pmanifest.buildTimestamp='$buildDate $buildTime' -Pmanifest.createdBy='$createdBy'"
19
+ buildinfo=${artifactId}-${version}.buildinfo
20
+
21
+ #diffoscope=${artifactId}-${version}.diffoscope
22
+ issue=
You can’t perform that action at this time.
0 commit comments