Skip to content

Commit e620a95

Browse files
committed
Federation: update makefile to avoid dialyzer compilation errors
They just happen with a combination of OTP 27.3 and Elixir 1.17
1 parent 1277a4b commit e620a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_federation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ PROJECT = rabbitmq_federation
22
PROJECT_DESCRIPTION = Deprecated no-op RabbitMQ Federation
33

44
DEPS = rabbitmq_queue_federation rabbitmq_exchange_federation
5-
LOCAL_DEPS = rabbit
65

6+
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
77
DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk
88

99
.DEFAULT_GOAL = all

0 commit comments

Comments
 (0)