Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Mar 23, 2024
1 parent e3daaca commit 836de7e
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions VCL/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]'
// }
// }
//
// 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 {
Expand Down

0 comments on commit 836de7e

Please sign in to comment.