-
Dear flutter_config Author,
I am currently working on the development of a new Flutter project. I have found that the flutter_config plugin is exactly what I need as it perfectly addresses my requi…
-
JIRA Issue: [KIEKER-1979] Unclarities in build.gradle
Original Reporter: David Georg Reichelt
***
Some things in build.gradle are unclear to me, and it might be better to remove / refactor them:
…
-
I can see the 'Enable EnvFile' checkbox when creating a Gradle run/debug configuration but the variables do not get applied. Gradle is the run configuration used for running unit and integration tests…
-
I wanted to play around with running the Checker Framework on WALA code, so I tried adding its [Gradle plugin](https://github.com/kelloggm/checkerframework-gradle-plugin). My WIP change is [here](htt…
-
Our projects often times have integration tests and we use a Gradle configuration called `integrationTest`. The source for these tests is usually located in a `src/integrationTest/java` directory.…
-
I have Intellij configured to run tests with gradle (`Settings > Build, Execution, Deployment > Build Tools > Gradle > Run Tests Using`).
It seems like this setting is not yet picked up by the kote…
-
### Issue type
Polishing
### Problem description
`org.gradle.internal.serialization.Cached` is not meant for multi-threaded usage. It can only honor the at-most-once semantics if used from a single…
-
### Expected Behavior
```kotlin
// build.gradle.kts
val kobol: NamedDomainObjectProvider = configurations.dependencyScope("kobol")
val kobolClasspath: NamedDomainObjectProvider = configurations.re…
-
### [REQUIRED] Step 2: Describe your environment
* Android Studio version: Android Studio Ladybug | 2024.2.1 Patch 2
* Firebase Component: App Distribution Gradle Plugin
* Component ver…
-
### Expected Behavior
I believe the reason or the possible resolution do not mention an important fact about source sets and configurations. Gradle rightfully points the finger to `:mockito-core:remo…