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 } -} +}*/