Hi executing the following task: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache this error occurs
FAILURE: Build failed with an exception.
* What went wrong:
Failed to stop service 'sonatype-repository-build-service'.
> Cannot query the value of this property because it has no value available.
The problem was with GPG private key creation, following this link for the newers version of GPG tool solved the issue.
Then the location has been moved from .gradle/gradle.properties to project root gradle.properties
Hi executing the following task:
./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
this error occursI'm trying to publish an
KMP
libraryGradle properties (
.gradle/gradle.properties
) configuration:Build gradle configuration: