From 9fb108342b3bc295cff4b84c753e1f618e16d683 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Mon, 24 Jul 2023 13:56:44 -0400 Subject: [PATCH] GH-2493: Sync Gradle .module File to Maven (#2494) Resolves https://github.com/spring-projects/spring-amqp/issues/2493 --- .github/release-files-spec.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/release-files-spec.json b/.github/release-files-spec.json index 4ceba9f6..ee43685f 100644 --- a/.github/release-files-spec.json +++ b/.github/release-files-spec.json @@ -16,6 +16,9 @@ }, { "name": {"$match": "*.jar"} + }, + { + "name": {"$match": "*.module"} } ] }