From b2dd63ae11b0126d6505abc217bb7c9ae9863bec Mon Sep 17 00:00:00 2001 From: Christian Schmitz Date: Sat, 12 Jun 2021 16:52:25 +0200 Subject: [PATCH] fix: rename maven bom publication to release --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index 848376f..9eec136 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -17,7 +17,7 @@ dependencies { publishing { publications { - mavenBom(MavenPublication) { + release(MavenPublication) { from components.javaPlatform } }