Skip to content

Commit

Permalink
Merge branch 'master' of [email protected]:forax/pro.git
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed Jan 24, 2019
2 parents e92128a + 6d9a5c1 commit 5619d13
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ 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-M1";
var junitJupiterVersion = "5.4.0-M1";
var junitPlatformVersion = "1.4.0-RC1";
var junitJupiterVersion = "5.4.0-RC1";
var opentest4jVersion = "1.1.1";
var apiGuardianVersion = "1.0.0";
set("resolver.dependencies", list(
Expand Down

0 comments on commit 5619d13

Please sign in to comment.