Bumped JUnit to version 5.11.4
This commit is contained in:
parent
431f04c3e2
commit
b4edd1ef9e
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ public class GraalNativeBuild extends Project {
|
||||||
|
|
||||||
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
||||||
scope(test)
|
scope(test)
|
||||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 11, 3)))
|
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 11, 4)))
|
||||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 11, 3)));
|
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 11, 4)));
|
||||||
|
|
||||||
// Add the main class to the manifest
|
// Add the main class to the manifest
|
||||||
jarOperation().manifestAttribute(Attributes.Name.MAIN_CLASS, mainClass());
|
jarOperation().manifestAttribute(Attributes.Name.MAIN_CLASS, mainClass());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue