-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e3daaca
commit 836de7e
Showing
1 changed file
with
0 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|