Cleaned up Javadocs
This commit is contained in:
parent
ba7cec02eb
commit
3592497444
15 changed files with 441 additions and 70 deletions
|
@ -25,8 +25,8 @@ public class ExamplesBuild extends Project {
|
|||
.include(dependency("org.pitest", "pitest", version(1, 15, 1)))
|
||||
.include(dependency("org.pitest", "pitest-command-line", version(1, 15, 1)))
|
||||
.include(dependency("org.pitest", "pitest-junit5-plugin", version(1, 2, 0)))
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 0)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 0)));
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 1)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 1)));
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
@ -43,4 +43,4 @@ public class ExamplesBuild extends Project {
|
|||
.verbose(true)
|
||||
.execute();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue