Marcin Zajączkowski
Marcin Zajączkowski
I really like the minimalism and functionality of the this logger. I have one suggestion to improve its ergonomics. [Starting](https://developer.android.com/guide/topics/ui/notifiers/notifications#Actions) in Android 7.0 (API level 24) there is a possibility...
I personally, quite often forget stopping the position recording when I arrive at a destination (or take a break during my bike trip). It hits the track parameters (time, average...
I really like the simplicity of your logger and a possibility to visualize the track offline. Using it on canoeing, I would propose to add that icon to a set...
I don't know if this is already supported and I do something wrong or it is just not implemented, but it would useful to enhance war plugin to not package...
Working on JMH in #35 I have encountered an exception thrown on an executor service shutdown if `ReactorThreadFactory` is used with `rejectBlocking: false` (and `daemon: false` in that case): ```...
Ability to create and release staging repository in separate calls (e.g. after manual verification)
### Proposal by @vlsi placed originally [here](https://github.com/gradle-nexus/publish-plugin/issues/4#issuecomment-553595035), extracted to a separate (this) issue. I propose the following workflow: ## Stage release artifacts 1) As release manager starts the release, they...
Dokka proved to be problematic https://github.com/gradle-nexus/publish-plugin/pull/121#issuecomment-965620007 and has been removed in https://github.com/gradle-nexus/publish-plugin/pull/124.
Sometimes, it can be problematic to determine if the Nexus credentials are set correctly (#118). To help with that we could display at the `INFO` level a (token-)username which is...
For example: ``` > Task :closeSonatypeStagingRepository FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':closeSonatypeStagingRepository'. > Failed to close staging repository, server at...
Looking at the report by @jahirfiquitiva in #74, it seems that there is a problem with publishing Android projects. It would be good to have a minimal Android project to...