Róbert Papp
Róbert Papp
Recently I added this to my project: ```kotlin tasks.withType { options.compilerArgs = options.compilerArgs + listOf( // Enable all warnings during compilation. "-Xlint:all", // Fail build when warnings pop up. "-Werror",...
 Notice that background image rendering is clearly the same, it's only the text shadows. The two runs are from local machine and GitHub actions. GHA (readme says Zulu) ```...
As promised in #282. See the individual commits. Let me know what you think of it so far, and happy to help with other things, if necessary, but also feel...
Hey, I'm thinking about an enhancement. Right now as far as I understand the only way to enable comments is if it always creates a comment, and then recycles that...
In the issue template you have this: ```` If the error occurs repeatedly, please consider adding this to the publish action, to collect more information on the issue: ```yaml with:...
Hi, I'm using your action for a while now, and it has always warned about ndk-bundle being in the wrong location. (e.g. you can see it here too https://github.com/android-actions/setup-android/issues/167) I...
### Description [Description of the issue] ### Steps to Reproduce 1. Check version number declared in project: https://github.com/square/leakcanary/blob/f9462209ab553c76ad77673f7bebbd155fa76fa9/gradle/libs.versions.toml#L15-L19 2. Check version number published in Maven: * https://mvnrepository.com/artifact/com.squareup.leakcanary/leakcanary-android-core/2.9.1 -> Kotlin 1.3.72...
## Changes While the [page for regex manager](https://docs.renovatebot.com/modules/manager/regex/) gives a list of possible fields, it's very unclear what the values should be for each of those fields. [**Live rendered preview**](https://github.com/TWiStErRob/renovate/blob/patch-2/lib/modules/manager/regex/readme.md)...
### Steps to Reproduce 1. clone [this](https://github.com/TWiStErRob/repros/tree/master/gradle/delete-up-to-date-not) project 2. run `gradlew generateContent` 3. then `gradlew cleanContent --info` 4. then `gradlew cleanContent --info` (sic) Observe: ``` delete-up-to-date-not$ gradlew generateContent BUILD SUCCESSFUL...
## Expected Behavior I can't decide if this is a false positive (for `if`) or a false negative (for `else`). What I'm sure about is that it looks inconsistent. ##...