Benedikt Full
Benedikt Full
In a project of mine, where I'm using this library, I ended up tripping the [Bitbucket request rate limit](https://confluence.atlassian.com/bitbucketserver076/improving-instance-stability-with-rate-limiting-1026535712.html) configured for the user I am using for authenticating with a...
I'm using this plugin in a project with minimal configuration: ``` release { git { requireBranch.set('my-branch-pattern') pushToRemote.set('origin') } } ``` I have observed the following behavior: - When I trigger...
The plugin reports *Constructor makes call to non-final method* when a constructor calls a private method. ## Environment - com.github.spotbugs version 5.0.13 - fb-contrib version 7.4.3.sb - Gradle-based Java project,...
All portrait images appear blurry in the tree views. # Environment - Microsoft Windows 10.0.19045.4046 - Display: 2560 x 1440, 125% Scaling - GEDKeeper 3.5.0.0, non-portable version # Behavior All...
## Environment - Microsoft Windows 10.0.19045.4046 - GEDKeeper 3.5.0.0 (and previously, 3.4.x.x), non-portable version - Blank (new) `.ged` file, no external media, only people records, families... ## Observed Behavior I...
Updated the *Using project properties* section of the readme. The `findProperty` method yields the same result as the *does prop exist ? get : null* dance, while at the same...
>Please note that I'm not entirely sure if this is a bug or a configuration issue on my end, since this is about the usage of Processing outside of the...
Does this plugin support authentication with the remote it is trying to acquire dependencies from?