From 90defcd60fd005e34bc4bff35865ab6efb70283c Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Fri, 11 Sep 2015 11:07:11 -0700 Subject: [PATCH] Forgot to enable relaesing, using openjdk7 for that --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eb305f7..b760600 100644 --- a/build.gradle +++ b/build.gradle @@ -161,7 +161,7 @@ bintray { * the JDK7 build. This is to prevent multiple attempts by the build matrix * to publish the artifacts */ - dryRun = !((System.env.TRAVIS_TAG as boolean) && (System.env.TRAVIS_JDK_VERSION == 'oraclejdk7')) + dryRun = !((System.env.TRAVIS_TAG as boolean) && (System.env.TRAVIS_JDK_VERSION == 'openjdk7')) pkg { userOrg = 'jruby-gradle'