Skip to content

Commit cd39050

Browse files
feat: [CS-37836] includeMetadata, Azure-EU and General Fixes
1 parent 57afd2f commit cd39050

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

scripts/publish-module.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ afterEvaluate {
4242
artifactId = PUBLISH_ARTIFACT_ID
4343
version = PUBLISH_VERSION
4444
if (project.plugins.findPlugin("com.android.library")) {
45-
from components.release
45+
//from components.release
4646
} else {
4747
artifact("$buildDir/libs/${project.getName()}-${version}.jar")
4848
}

scripts/publish-root.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ nexusPublishing {
2121
password = ossrhPassword
2222
nexusUrl.set(uri("https://oss.sonatype.org/service/local/"))
2323
snapshotRepositoryUrl.set(uri("https://oss.sonatype.org/content/repositories/snapshots/"))
24-
25-
2624
// if (project.version.endsWith('-SNAPSHOT')) {
2725
// snapshotRepositoryUrl.set(uri("https://oss.sonatype.org/content/repositories/snapshots"))
2826
// } else {

0 commit comments

Comments
 (0)