Skip to content

Commit 1a1a67d

Browse files
sormurasmarcphilipp
authored andcommitted
Set stable module name for the standalone JAR file
Closes #4079 (cherry picked from commit b7fe31d)
1 parent 062d3fa commit 1a1a67d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

junit-platform-console-standalone/junit-platform-console-standalone.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ val vintageVersion: String by project
2727
tasks {
2828
jar {
2929
manifest {
30+
attributes("Automatic-Module-Name" to "org.junit.platform.console.standalone")
3031
attributes("Main-Class" to "org.junit.platform.console.ConsoleLauncher")
3132
}
3233
}

0 commit comments

Comments
 (0)