-
### Current Behavior
Adding a ConfigurationVariant as an extension generates a DSL accessor with an internal Gradle type.
### Expected Behavior
Adding a ConfigurationVariant as an extension d…
aSemy updated
4 months ago
-
I get the below error when trying to instantiate a minedojo instance using the [provided docker](https://github.com/MineDojo/egl-docker) image.
Running the following throws the error:
```
sudo nv…
-
There is a terrible hack hidden in how we generate the [`nix/deps/gradle/deps.json`](https://github.com/status-im/status-mobile/blob/develop/nix/deps/gradle/deps.json) which is consumed by the [Gradle…
-
I wonder if we have considered replacing this with https://github.com/nebula-plugins/gradle-extra-configurations-plugin? This would mean we would not have to maintain the propdeps plugin in anymore.
…
-
Hi,
by default, fossa excludes test dependencies which is great. For gradle builds, this is determined by a list of configurations that are considered as test dependencies. As far as I can see, thi…
-
When I load my folder with a bunch of gradle projects, the plugin does not sort the tasks in alphabetically order, like:
![image](https://github.com/microsoft/vscode-gradle/assets/149522010/b40edec…
-
I am starting to work thru issues coming from constraints imposed by the [`Isolated Projects`](https://docs.gradle.org/current/userguide/isolated_projects.html) feature coming in gradle. The razzi plu…
-
Thanks for the new release!
I've been having this issue since the beginning of my using of the plugin and I'm really not sure what's the best way to tackle it.
I have different configurations wh…
-
When testing a Vaadin pre-release, the following configurations should be added to the POM file, as documented in the release notes (e.g. https://github.com/vaadin/platform/releases/tag/24.5.0.beta3)
…
-
```
android {
...
packagingOptions {
exclude 'META-INF/services/javax.annotation.processing.Processor'
pickFirst 'META-INF/maven/org.bytedeco.javacpp-presets/opencv/pom.propertie…