-
Proguard is enabled, but R8 is still not (see #6159)
-
## Summary
If request for a connection token fails for any reason, such as general comms failure (we make a request to our own server here to get a token), and the implemented `FetchConnect…
-
In https://github.com/gradle/gradle/pull/24582 we enabled `ConventionMapping.map()` to work with properties that are of type `Property` to be assigned a convention value. We did this to enable a smoot…
lptr updated
10 months ago
-
The app was running great until API 34.
Even using only in the manifest, in Android 14, the App only ask for course location access, and the BLE can't scan. Meanwhile, the same App in an Android 1…
-
### Expected Behavior
*only* explicitly requested environment variables are put in the cache. Meaning only if I do something like this would `CI`'s result be cached
```kt
providers.environmentVar…
-
### Expected Behavior
In an empty java project, running:
```
./gradle app:build -Psomeproperty=1
```
and then running
```
./gradle app:build -Psomeproperty=2
```
Should reuse the configurat…
-
### Discussed in https://github.com/AndreyPavlenko/Fermata/discussions/315
Originally posted by **sensorial7** November 8, 2023
Hello, There is a problem with the Android 14 platform, after i…
-
So, I downloaded the source code because I wanted to make more complex spells. I changed the ancient focus's complexity to be 100. Then, after a long while of troubleshooting, I built it in Gradle to …
-
### Issue type
Wrong or misleading information
### Problem description
The page mentioned below says
> Attributes must be declared in the attribute schema found on the dependencies handler
…
-
Starting in Gradle 7.4, both the `Gradle.buildFinished` and `BuildListener.buildFinished` are deprecated. Apparently, it was not possible to get these methods to work with the configuration caching fe…