You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./gradlew librarianPublishToMavenCentral
Calculating task graph as no cached configuration is available for tasks: librarianPublishToMavenCentral
FAILURE: Build failed with an exception.
What went wrong:
Configuration cache problems found in this build.
2 problems were found storing the configuration cache, 1 of which seems unique.
Task :polycast-core:generatePomFileForKotlinMultiplatformPublication of type org.gradle.api.publish.maven.tasks.GenerateMavenPom: cannot serialize object of type 'org.gradle.api.publish.maven.internal.publication.DefaultMavenPublication', a subtype of 'org.gradle.api.publish.Publication', as these are not supported with the configuration cache.
See https://docs.gradle.org/8.8/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
The text was updated successfully, but these errors were encountered:
Description
$ ./gradlew librarianPublishToMavenCentral
Calculating task graph as no cached configuration is available for tasks: librarianPublishToMavenCentral
FAILURE: Build failed with an exception.
Configuration cache problems found in this build.
2 problems were found storing the configuration cache, 1 of which seems unique.
:polycast-core:generatePomFileForKotlinMultiplatformPublication
of typeorg.gradle.api.publish.maven.tasks.GenerateMavenPom
: cannot serialize object of type 'org.gradle.api.publish.maven.internal.publication.DefaultMavenPublication', a subtype of 'org.gradle.api.publish.Publication', as these are not supported with the configuration cache.See https://docs.gradle.org/8.8/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
The text was updated successfully, but these errors were encountered: