From 017119590e82eb4707ca3e2b22b76bb2270ddd41 Mon Sep 17 00:00:00 2001 From: Jaewe Heo Date: Wed, 17 Feb 2016 22:56:23 +0900 Subject: [PATCH] :arrow_up: 0.4.1 - Fixed a bug for Enterprise (#6) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8e1a513..cd9bad2 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ apply plugin: 'signing' apply plugin: "com.gradle.plugin-publish" def GradleGithubPluginGroupId = 'co.riiid' -def GradleGithubPluginVersion = '0.4.0' +def GradleGithubPluginVersion = '0.4.1' def GradleGithubPluginArtifact = 'gradle-github-plugin' def GradleGithubPluginUrl = 'https://github.com/riiid/gradle-github-plugin' @@ -72,7 +72,7 @@ bintray { key = project.hasProperty("key") ? project.key : "" publications = ['GradleGithubPluginPublish'] publish = true - dryRun = true + dryRun = project.hasProperty("dryRun") ? project.dryRun : true pkg { repo = 'maven'