Dinesh Kannan Rajaram
04/16/2024, 7:53 PM./gradlew build
works perfectly fine but using the refresh/reload gradle project
from the intellij plugin fails saying it cannot find the dependency.
2. Building from cli build project in a few seconds while reloading the project takes about a minute as it builds the model again and finally fails for the above reason.(1)
3. I also see this message both on command line and the plugin Using the build cache is enabled, but no build caches are configured or enabled.
How do I configure the build cache?
In the IDE settings, Build Tools -> Gradle , Build and run is set to gradle and the distribution is selected as wrapper. Can some one help me understand what the problem is.
Thanks in Advance.Vampire
04/16/2024, 9:28 PMDinesh Kannan Rajaram
04/17/2024, 12:23 PMorg.gradle.caching=true
in my gradle.properties
how do I enable the local build cache ?Vampire
04/17/2024, 1:31 PMVampire
04/17/2024, 1:31 PM