-
### Current Behavior
given a gradle build using snapshot dependencies (changing dependencies) and configuration cache enabled.
Executing multiple gradle targets will populate the gradle configuration…
-
### Page URL
https://docs.flutter.dev/release/breaking-changes/android-java-gradle-migration-guide/
### Page source
https://github.com/flutter/website/tree/main/src/content/release/breaking-c…
-
Example: I have a build that is located at `/repsitory_name/android/MyApp/build.gradle`. However, I can't seem to get this to work for my project since the `build.gradle` is at a subdirectory.
-
不论是否挂梯,Gradle构建均提示:
```
Build file 'E:\HBM-AEAddon\build.gradle' line: 4
An exception occurred applying plugin request [id: 'com.gtnewhorizons.gtnhconvention']
> Failed to apply plugin 'com.gtne…
-
**Describe the bug**
Updating the `build.gradle` file while running devmode has no effect.
**Expected behavior**
It should watch this file and reload if necessary
**Actual behavior**
Updates to `bui…
-
JIRA Issue: [KIEKER-1906] Build files poorly formatted
Original Reporter: Reiner Jung
***
As long as we use gradle, we have issues with the formatting of build.gradle files. This becomes even more a…
-
Currently I'm facing a problem trying to add the appspector plugin, is giving me this error:
`Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin 'com.appspe…
-
When running `./gradlew build` with Java version 23 installed on my machine, the build fails with:
```
Kotlin does not yet support 23 JDK target, falling back to Kotlin JVM_21 JVM target
> Task…
-
Hello, I am implementing this lib and for my project, I also have to use it in android/build.gradle. I have tried the solution from issue [#674](https://github.com/lugg/react-native-config/issues/674)…
-
```
group 'com.example.imagegallerysaver'
version '1.0-SNAPSHOT'
buildscript {
ext.kotlin_version = '1.7.10'
repositories {
google()
mavenCentral()
}
depen…