Skip to content

Instantly share code, notes, and snippets.

@carstenhag
Created April 22, 2024 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carstenhag/d0334beb8b14af7369faa11aed5e8808 to your computer and use it in GitHub Desktop.
Save carstenhag/d0334beb8b14af7369faa11aed5e8808 to your computer and use it in GitHub Desktop.
Starting a Gradle Daemon (subsequent builds will be faster)
Calculating task graph as no cached configuration is available for tasks: assembleBrandB2CEnvIntegrationDebug testBrandB2CEnvIntegrationDebugUnitTestCoverage sonarqube
1 problem was found storing the configuration cache.
- Task `:sonarqube` of type `org.sonarqube.gradle.SonarTask`: error writing value of type 'org.gradle.api.internal.provider.DefaultMapProperty'
See the complete report at file:///__w/53/s/build/reports/configuration-cache/6j2pwbridpqch049cfwfaibnk/b839xls5kkcmjz963oqbuwvt8/configuration-cache-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Could not load the value of field `properties` of task `:sonarqube` of type `org.sonarqube.gradle.SonarTask`.
> Unexpected provider value
* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
* Exception is:
org.gradle.api.GradleException: Could not load the value of field `properties` of task `:sonarqube` of type `org.sonarqube.gradle.SonarTask`.
at org.gradle.configurationcache.serialization.beans.BeanPropertyReaderKt.readPropertyValue(BeanPropertyReader.kt:112)
at org.gradle.configurationcache.serialization.beans.BeanPropertyReader.readStateOf(BeanPropertyReader.kt:68)
at org.gradle.configurationcache.serialization.codecs.TaskNodeCodec$readTask$2.invokeSuspend(TaskNodeCodec.kt:134)
at org.gradle.configurationcache.serialization.codecs.TaskNodeCodec$readTask$2.invoke(TaskNodeCodec.kt)
at org.gradle.configurationcache.serialization.codecs.TaskNodeCodec$readTask$2.invoke(TaskNodeCodec.kt)
at org.gradle.configurationcache.serialization.AbstractIsolateContext.forIncompatibleType$suspendImpl(Contexts.kt:425)
at org.gradle.configurationcache.serialization.AbstractIsolateContext.forIncompatibleType(Contexts.kt)
at org.gradle.configurationcache.serialization.codecs.TaskNodeCodecKt.withTaskOf(TaskNodeCodec.kt:238)
at org.gradle.configurationcache.serialization.codecs.TaskNodeCodecKt.access$withTaskOf(TaskNodeCodec.kt:1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment