Andre Busche
Andre Busche
Hi all, this question might be more related to Gradle than to pygradle, so please redirect me if necessary. Anyhow, I think its worth discussing in the context of pygradle...
PR proposal as requested by @sigmavirus24 in #104 . Feel free to comment & suggest.
To encode or not encode - best practices for "uncommon" uri characters, including whitespaces (%20)?
Dear all, I am currently struggeling with a whitespace problem which I guess should not be that complicated - so I probably missing something here. MWE: ``` import rfc3986.builder rfc3986.builder.URIBuilder.from_uri("scheme:").extend_path("path...
When setting up a new project as documented on the Github page (extending buildscript dependencies, applying the plugin, configuring the getdown part ...) and running the assembleApp task, I get...
When trying to list the available gradle tasks, gradle fails because the bintray_user is not available. See attached log file [bintray_user.txt](https://github.com/davidB/gradle-getdown-plugin/files/325432/bintray_user.txt).