Skip to content

Commit

Permalink
Remove Kotlin 1.4 stdlib function.
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Jul 25, 2023
1 parent 875b9a8 commit ae1c832
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class StagingRepositoryTransitioner(val nexusClient: NexusClient, val retrier: A
private fun assertRepositoryInDesiredState(repository: StagingRepository, vararg desiredStates: StagingRepository.State) {
if (repository.state !in desiredStates) {
throw RepositoryTransitionException(
"Staging repository is not in desired state ${desiredStates.contentToString()}: $repository. It is unexpected. Please check " +
"Staging repository is not in desired state ${desiredStates.contentDeepToString()}: $repository. It is unexpected. Please check " +
"the Nexus logs using its web interface - it can be caused by validation rules violation (e.g. publishing artifacts with the " +
"same version again). If not, please report it to https://github.com/gradle-nexus/publish-plugin/issues/ with the '--info' logs."
)
Expand Down

0 comments on commit ae1c832

Please sign in to comment.