Jeff
Jeff
I've found some documentation about configuration caching at https://medium.com/androiddevelopers/configuration-caching-deep-dive-bcb304698070 and https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:requirements:use_project_during_execution which make it easy enough for me to migrate simpler apis to use Gradle's configuration caching. However, it's hard...
### Description Could FilePicker be augmented to allow the caller to specify the initial directory of the file picker? Maybe PickerOptions ( https://github.com/xamarin/Essentials/blob/db101137e96a8087e2c80ca2676cf3f27adbd1ff/Xamarin.Essentials/FilePicker/FilePicker.shared.cs#L46 ) could offer a field called something...
We had some code that looks like this: ``` params.apply { task.description = """ Creates a maven repository that includes just the libraries compiled in this project. Group: ${if (mavenGroup...
**Describe the bug** I'm finding that when I click an operation (like "To Base64"), nothing happens. I later discovered that double-clicking the operation caused the operation to be added to...
### Expected Behavior If I run a build that uses an included build, has configuration caching enabled, and uses the --profile argument, I'd like the process of generating the profile...
### Current Behavior Currently I'm finding that if I declare a dependency (with attributes) on a project that declares no variants, then the error message from Gradle says: ``` >...
…n that instead of saying that every variant has no attributes Fixes: #28970 ### Context ### Contributor Checklist - [X] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md). - [X] Make sure that all commits...
In https://github.com/spdx/spdx-gradle-plugin/issues/38 we're considering whether, if `pom.organization` is unspecified, perhaps `pom.developer.organization` should be a possible fallback for `sbom.organization`. I think an example pom is: https://repo1.maven.org/maven2/org/jetbrains/annotations/13.0/annotations-13.0.pom which contains the text: ```...