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 :findSonatypeStagingRepository FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':findSonatypeStagingRepository'.
> No staging repositories found for stagingProfileId: ***, descriptionRegex: \b\Q:spring-security-cas:4.0.0\E(\s|$). Here are all the repositories: [ReadStagingRepository(repositoryId=orggrails-1346, type=closed, transitioning=false, description=:spring-security-cas:4.0.0)]
* 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.
The text was updated successfully, but these errors were encountered:
Currently, the task findSonatypeStagingRepo is failing to find the exact match even if the repository exists with same description. This is due to missing groupId, resulting to leading colon in the description.
Fixes#436
Currently, the task findSonatypeStagingRepo is failing to find the exact match even if the repository exists with same description. This is due to missing groupId, resulting to leading colon in the description.
Fixes#436
jdaugherty
pushed a commit
to jdaugherty/grails-gsp
that referenced
this issue
Jan 15, 2025
…update badges (grails#436)
* Update branch list, link to snapshot docs and update badges
* update branches for groovy joint workflow
* Update groovy joint workflow to latest from grails-core
The text was updated successfully, but these errors were encountered: