Skip to content

Commit

Permalink
packages are scannable now
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMitterer committed Jul 30, 2014
1 parent f07f9bf commit f003f9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}*/

0 comments on commit f003f9b

Please sign in to comment.