From 148d63cc06221221009995be53f1cc4084fe3dab Mon Sep 17 00:00:00 2001 From: Lea Lobanov Date: Fri, 14 Jun 2024 04:10:44 +0900 Subject: [PATCH] Remove duplication of tasks --- protobuf/build.gradle.kts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/protobuf/build.gradle.kts b/protobuf/build.gradle.kts index 586f662da..5d137472f 100644 --- a/protobuf/build.gradle.kts +++ b/protobuf/build.gradle.kts @@ -142,11 +142,6 @@ sourceSets { } } -java { - withJavadocJar() - withSourcesJar() -} - repositories { mavenCentral() }