Skip to content

Commit

Permalink
AddJupiterDependencies now accepts transitive
Browse files Browse the repository at this point in the history
  • Loading branch information
nmck257 authored Apr 15, 2024
1 parent 90540b8 commit 0851f47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public TreeVisitor<?, ExecutionContext> getVisitor(AddDependency.Accumulator acc
private static AddDependency addJupiterDependency() {
return new AddDependency("org.junit.jupiter", "junit-jupiter", "5.x", null,
"org.junit..*", null, null, null, null, "test",
null, null, null, null);
null, null, null, true);
}

@Value
Expand Down

0 comments on commit 0851f47

Please sign in to comment.