-
Running the plugin (`./gradlew dependencyUpdates --warning-mode all`) with current Gradle 8.0.2 raises the following warnings:
```
> Task :dependencyUpdates
The compileClasspathCopy configuration…
-
http://www.mricefox.com/2017/10/27/android-gradle-plugin-3-dependency-configurations/
-
### Expected Behavior
When a gradle configuration such as `runtimeClasspath` is resolved during Gradle’s evaluation/configuration phase, the configuration can no longer be mutated by the build/plug…
-
We are enabling experimental features via system properties which are set in `gradle.properties` Those properties are read in different places. One of them is in init script. However, when IntelliJ is…
chali updated
6 years ago
-
While upgraded to gradle 7.0.2 version. I am experiencing a problem that applying ` id "de.fuerstenau.buildconfig" version "1.1.8"` throwing below gradle exception
> Caused by: org.gradle.api.Grad…
-
## Expected Behavior
I don't need to execute a command and commit it's output when working with detekt.
## Current Behavior
When I modify things related with rule configurations or add a new rule…
-
### Current Behavior
Gradle throws NPE in the reproducer below:
```
java.lang.NullPointerException: Cannot invoke "java.util.List.get(int)" because "path" is null
at org.gradle.interna…
-
### TestNG Version
7.10.2
### Expected behavior
All failed or skipped configuration methods should have a throwable set on their test result.
### Actual behavior
Only the first failed or skip…
-
When using composite build and including Version Catalogs plugin project, no dependency substitution happens.
### Expected Behavior
Dependency specified with GAV should be substituted with include…
-
Hello everyone. I recently upgraded the SDK version to 34 (android 14) and after that I get a constant error on the Google Pixel model, when user make an outgoing call, the call ends immediately and t…