mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Temporarily disable auto-configuration checks
Found auto-configuration class problems:
- org.springframework.boot.actuate.autoconfigure.amqp.RabbitHealthContributorAutoConfiguration:
- after 'org.springframework.boot.amqp.autoconfigure.RabbitAutoConfiguration' is from an optional dependency and should be declared in afterName
- org.springframework.boot.actuate.autoconfigure.metrics.amqp.RabbitMetricsAutoConfiguration:
- after 'org.springframework.boot.amqp.autoconfigure.RabbitAutoConfiguration' is from an optional dependency and should be declared in afterName
See gh-46071
This commit is contained in:
committed by
Andy Wilkinson
parent
760b80818f
commit
4db4db347e
@@ -231,3 +231,7 @@ antoraContributions {
|
||||
source()
|
||||
}
|
||||
}
|
||||
|
||||
tasks.getByName("checkAutoConfigurationClasses") {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user