From 56f6ca38919b522c0d5558eabffa4aee41cc0b0b Mon Sep 17 00:00:00 2001 From: Sculas Date: Sat, 18 Jun 2022 22:52:49 +0200 Subject: [PATCH] fix: remove javadoc jar (also trigger release) --- build.gradle.kts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ca7aa3b..32552a2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,7 +42,6 @@ tasks { java { withSourcesJar() - withJavadocJar() } publishing { @@ -61,4 +60,4 @@ publishing { from(components["java"]) } } -} \ No newline at end of file +}