Andrey Hihlovskiy
Andrey Hihlovskiy
I ignore this parameter. It is used solely in initScmPlugin task, and used exclusively for checking that git repository is on the correct branch. Since ARF is fully in control...
Thank you for very useful pointers. I'm now looking into the sources of grgit and starting to understand how to fix the issue.
Fixed in version 1.0.22.
I upgraded Gretty on master to Groovy 2.3.6 (available on github, not released to maven central or jcenter yet). So, it should be working with your version of groovy. I...
Could you, please, create a simplest "build.gradle" allowing to reproduce the problem?
Fixed in Gretty 1.2.4
Yes, 1.2.4-SNAPSHOT is already at jfrog artifactory. I plan to release Gretty 1.2.4 tomorrow.
Documenting all tasks is a bit ovewhelming at the moment. I documented ASF feature and it's configuration at https://github.com/akhikhl/multiproject-git-gradle#automated-release-feature.
Yeah, no problem :) Let's analyze, what we have. Jar(Input/Output)Stream classes differ from Zip versions only by special handling of manifest: - JarOutputStream accepts manifest as a parameter to constructor...
Regarding comments in "build.gradle" - I am thinking of converting the whole thing to gradle plugin first. It was OK as a single script, when it was small. Now the...