From 2cb21b987f612cf09c95ce4054f88a1073af4cb8 Mon Sep 17 00:00:00 2001 From: Alexander Kerner Date: Sat, 23 Jul 2022 19:51:15 +0200 Subject: [PATCH] Always build sources --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.gradle b/build.gradle index af811bca..76419f72 100644 --- a/build.gradle +++ b/build.gradle @@ -86,6 +86,11 @@ publishing { } } +java { + withSourcesJar() + // and/or analogously use “withJavadocJar()” to get a “javadocJar” task +} + install.repositories.mavenInstaller.pom.with { groupId = project.group artifactId = project.name