From 809c239b29893a4d8dec018e38adedb3fb4b4bea Mon Sep 17 00:00:00 2001 From: soloturn Date: Sun, 13 Mar 2022 11:43:50 +0100 Subject: [PATCH] suppress warning for pdf variant not published at the moment --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 520c4aa83..e550afbe6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -109,6 +109,7 @@ publishing { url.set("https://github.com/plantuml/plantuml") } } + suppressAllPomMetadataWarnings() } repositories { maven {