Bumped JUnit and AssertJ test dependencies
This commit is contained in:
parent
249a4f03eb
commit
92fa4e7e36
4 changed files with 6 additions and 4 deletions
Binary file not shown.
|
@ -16,7 +16,9 @@ public class ExamplesBuild extends BaseProject {
|
|||
mainClass = "com.example.ExamplesMain";
|
||||
version = version(0, 1, 0);
|
||||
|
||||
autoDownloadPurge = true;
|
||||
downloadSources = true;
|
||||
|
||||
repositories = List.of(MAVEN_CENTRAL);
|
||||
|
||||
scope(test).include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 13, 0)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue