Kyle Lehman
Kyle Lehman
https://github.com/alorma/Compose-Debug-Drawer/blob/13f241e84c479b7e85d4d662b8156973e9676dcb/scripts/publish-module.gradle#L43-L65
I was poking around the code and noticed that the plugin is still using the `create` api to create the `githubRelease` task. Have you considered [deferring task creation](https://docs.gradle.org/current/userguide/task_configuration_avoidance.html#sec:how_do_i_defer_creation) with the...
I recently integrated this plugin into a project and had success with it while testing the integration with `dryRun` as well as against a fork of the project but when...
In the `mvicore` module, `binder` is declared as an `api` dependency but the pom published to jitpack does not include it. Is this intentional? ``` 4.0.0 com.github.badoo.mvicore mvicore 1.2.6 io.reactivex.rxjava2...
This may be by design but it was not immediately obvious and drove me insane this morning. I was looking for the logging for an `Actor` in one of my...
**Is your feature request related to a problem? Please describe.** It would be nice if the gradle executed task that failed due to test failures were classified as verification failures...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
ComputeUsagesTask taking 30+ minutes to execute when it used to take 30 seconds for the same project
**Build scan link** I have buildscans on company's internal instance if need info.   **Plugin version** Seeing in 1.29.0...