From 4c0ebd368547276fb4bc4792719fa2e68b451d53 Mon Sep 17 00:00:00 2001 From: Aristos Pasalides Date: Mon, 31 Oct 2022 15:17:38 +0200 Subject: [PATCH] Remove redundant information from Maven publication --- countrycodepicker/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/countrycodepicker/build.gradle b/countrycodepicker/build.gradle index 527d56d..26f8634 100644 --- a/countrycodepicker/build.gradle +++ b/countrycodepicker/build.gradle @@ -35,8 +35,6 @@ project.afterEvaluate { publishing { publications { release(MavenPublication) { - version = project.property("version") - artifactId = 'CountryCodePicker' artifact androidSourcesJar from components.release }