Leonard Brünings
Leonard Brünings
Back to ``` Git error. Retrying. Git error. Max repo size 500MB exceeded ``` did you do something to fix it?
Yeah, I don't have sdk man, so I was just using whatever version Gemini suggested for Java 8.
(Moved from #429) ### Problem Statement Currently, sentry only has a Gradle plugin for Android builds that integrates tightly into AGP. We are developing Java applications, and want to use...
It is a custom subclass of the official `proguard.gradle.ProGuardTask` to fix some issues with build caching that the original has.
@AndreasTu thanks for the review, I've addressed the comments
Implemented by #1994
Simple quoting is not enough: ``` PS> jabba link [email protected] 'C:\Program Files\Java\jdk1.8.0_201' C:\Program\bin\java.exe wasn't found. If you believe this is an error - please create a ticket at https://github.com/shyiko/jabba/issues (specify...
The locking system is already complicated, so I'm not sure introducing `@Execution(value = CONCURRENT, target = CHILDREN, force = true)` is a good idea. You must consider how it interacts...
Closing as a duplicate. Although the other issue is newer, it has a better description.
Calling Mockito's `verifyNoMoreInteractions` is basically the same as adding `0 * _` to a Spec. I agree with @Vampire that "strictness" is not well-defined. We can remove the `Like Mockito`...