-
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:mergeDebugJavaResource'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.M…
-
I've recently tried upgrading our custom otel distribution from 0.5.2. to 0.7.0 and encountered the following error:
```
FAILURE: Build failed with an exception.
* What went wrong:
Could not d…
-
![image](https://github.com/user-attachments/assets/dd0b36f1-04e7-44df-908f-ca6ba760785d)
I dont know why this is happening, i follow all the recommendations of the docs
this is my graddle file …
-
Hello, I can't understand why all morning I can build and launch our application on Android devices and how following a pull action from our git I have the error:
> I/flutter ( 6701): Unsupported o…
-
https://github.com/jfrog/gradle-dep-tree/blob/698367bc07c3bf977da6f36ad5f5bf4065acaa74/src/main/java/com/jfrog/tasks/GenerateDepTrees.java#L172
Gradle version: 8.2.1
I could reproduce with gradl…
-
因为我的项Gradle版本低于8.1.1,引入远程插件的话会提示版本兼容问题。所以我按照你的代码手写了一份,发布到maven local,但是在项目中引入后sync时在doAnalysisSo报错variants 选择的问题,经过排查问题出在
```
configuration.forEach {
...
}
```
请问大佬遇到过此问题吗?是什么原因导致的?如果是插件和项目不兼…
-
### Current Behavior
From my testing project properties in GRADLE_USER_HOME get precedence over those properties stated in the project itself.
In my gradle project , gradle.properties I have
ums.bu…
-
**Describe the bug**
This issue was already open in previous repository https://github.com/nxext/nx-extensions-ionic/issues/6, I'm writing it here again for completeness. The bug is quite fixed, but …
-
After updating to Kotlin 2.0 RC1 (and the corresponding KSP release) I started getting the following printed for each module with KSP.
```
Configuration 'kspKotlinIosArm64ProcessorClasspath' was r…
-
### Expected Behavior
Use of `Project.detachedConfiguration` and `Configuration.detachedConfiguration` should be deprecated for future removal, and the alternative should be to register normal config…