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
> Task :closeRepository
DEPRECATION WARNING. The staging repository ID is not provided. The fallback mode may impact release reliability and is deprecated. Please consult the project FAQ how it can be fixed.
Attempt 21/21 failed. RepositoryInTransitionException was thrown with message 'Repository 'iominio-1094' (in 'open' state) is in transition. Check again later.'. Giving up. Configure longer timeout if necessary.
> Task :closeRepository FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':closeRepository'.
> Repository 'iominio-1094' (in 'open' state) is in transition. Check again later.
* Try:
Run with --stacktrace option to get the stack trace. 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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.2.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 47s
1 actionable task: 1 executed
plugins {
... //other plugins used in your project
id 'io.codearte.nexus-staging' version '0.20.0'
id 'de.marcphilipp.nexus-publish' version '0.2.0'
}
publishing {
... //your current publishing to Maven Central configuration
}
//optionally
nexusStaging {
packageGroup = "your-package-group-if-different-than-groupId"
}
//optionally
nexusPublishing {
//for custom configuration if needed - credentials
// are by default taken from nexus-staging
// or from properties nexusUsername and nexusPassword
}
The text was updated successfully, but these errors were encountered:
harshavardhana
changed the title
gradle-publish-plugin not working anymore
gradle-publish-plugin not working anymore so can't make a release
Sep 3, 2020
balamurugana
added a commit
to balamurugana/minio-java
that referenced
this issue
Sep 7, 2020
Related issues
https://solidsoft.wordpress.com/2019/02/22/reliable-releasing-to-maven-central-from-travis-using-gradle-2019-edition/
We need to move to
The text was updated successfully, but these errors were encountered: