From 836de7e940543009ee9830fa5983df38c8fd56cb Mon Sep 17 00:00:00 2001 From: Michael Avoyan Date: Sat, 23 Mar 2024 22:43:12 +0200 Subject: [PATCH] Update build.gradle --- VCL/build.gradle | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/VCL/build.gradle b/VCL/build.gradle index 7445430..316f34a 100644 --- a/VCL/build.gradle +++ b/VCL/build.gradle @@ -104,47 +104,6 @@ artifacts { archives androidSourcesJar } -//def performPublish = { -//// Two artifacts, the `aar` (or `jar`) and the sources -// if (project.plugins.findPlugin("com.android.library")) { -// from components.release -// } else { -// from components.java -// } -// -// artifact androidSourcesJar -// -// // Mostly self-explanatory metadata -// pom { -// name = getArtifactId() -// // Library description -// description = 'Velocity Career Labs Android library' -// // Library Github URL -// url = 'https://github.com/velocitycareerlabs/WalletAndroid' -// licenses { -// license { -// name = 'Apache License 2.0' -// // Library license -// url = 'https://github.com/velocitycareerlabs/WalletAndroid/blob/dev/VCL/LICENSE' -// } -// } -// developers { -// developer { -// id = 'velocitycareerlabs' -// name = 'Michael Avoyan' -// email = 'michael.avoyan@velocitycareerlabs.com' -// } -// } -// -// scm { -// // Library info on Github -// connection = 'scm:github.com/velocitycareerlabs/WalletAndroid.git' -// developerConnection = 'scm:git:ssh://github.com/velocitycareerlabs/WalletAndroid.git' -// url = 'https://github.com/velocitycareerlabs/WalletAndroid' -// } -// } -//} - afterEvaluate { publishing { publications {