Я пытаюсь добавить соглашение maven к одному из моих плагинов, чтобы учетные данные пользователя могли быть обнаружены стандартным способом. Когда я добавляю закрытие учетных данных, я сталкиваюсь со следующей ошибкой:
* What went wrong:
An exception occurred applying plugin request [id: 'my.plugin']
> Failed to apply plugin [id 'my.plugin']
> Cannot create a Authentication named 'BasicAuthentication' because this container does not support creating elements by name alone. Please specify which subtype of Authentication to create. Known subtypes are: AwsImAuthentication, BasicAuthentication, DigestAuthentication, HttpHeaderAuthentication