Skip to content

Commit

Permalink
Upgrade to JUnit 5.4.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed Dec 24, 2018
1 parent 145aa4b commit d456ad9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file removed deps/junit-jupiter-api-5.3.1.jar
Binary file not shown.
Binary file added deps/junit-jupiter-api-5.4.0-M1.jar
Binary file not shown.
Binary file removed deps/junit-platform-commons-1.3.1.jar
Binary file not shown.
Binary file added deps/junit-platform-commons-1.4.0-M1.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ public static void main(String[] args) throws IOException {

compileAndPackagePlugin("runner", list("resolver", "modulefixer", "compiler", "packager"), () -> { /* empty */});
compileAndPackagePlugin("tester", list("resolver", "modulefixer", "compiler", "packager"), () -> {
set("resolver.remoteRepositories", list(uri("https://oss.sonatype.org/content/repositories/snapshots")));
var junitPlatformVersion = "1.4.0-SNAPSHOT";
var junitJupiterVersion = "5.4.0-SNAPSHOT";
// set("resolver.remoteRepositories", list(uri("https://oss.sonatype.org/content/repositories/snapshots")));
var junitPlatformVersion = "1.4.0-M1";
var junitJupiterVersion = "5.4.0-M1";
var opentest4jVersion = "1.1.1";
var apiGuardianVersion = "1.0.0";
set("resolver.dependencies", list(
Expand Down

0 comments on commit d456ad9

Please sign in to comment.