From f003f9b26cb7cb8a89b45b25eef85502a4f0ed41 Mon Sep 17 00:00:00 2001 From: Mike Mitterer Date: Wed, 30 Jul 2014 15:45:19 +0200 Subject: [PATCH] packages are scannable now --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 706c7f7..590cd64 100755 --- a/build.gradle +++ b/build.gradle @@ -110,9 +110,11 @@ task setVersionInYaml << { yamlfile.write(contents, 'UTF-8') } +/* +// Maybe... in the future task pubPublish(dependsOn: [ writeChangeLog, setVersionInYaml ]) { exec { commandLine 'pub', 'publish' standardInput = System.in } -} +}*/