Skip to content

Commit f2d5b6a

Browse files

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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=

0 commit comments

Comments
 (0)