File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments