File tree Expand file tree Collapse file tree 4 files changed +1
-43
lines changed
Expand file tree Collapse file tree 4 files changed +1
-43
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,4 @@ dependencies {
7474 // Add Roboelectric dependencies.
7575 testImplementation ' org.robolectric:robolectric:4.7.3'
7676 testImplementation ' androidx.test:core:1.5.0'
77- }
78-
79- apply from : rootProject. file(' gradle/artifacts-android.gradle' )
80- apply from : rootProject. file(' gradle/mvn-publish.gradle' )
81- apply from : rootProject. file(' gradle/codecov.gradle' )
82-
83- tasks. named(" signReleasePublication" ) {
84- dependsOn(" bundleReleaseAar" )
8577}
Original file line number Diff line number Diff line change @@ -39,7 +39,3 @@ dependencies {
3939apply from : rootProject. file(' gradle/artifacts-core.gradle' )
4040apply from : rootProject. file(' gradle/mvn-publish.gradle' )
4141apply from : rootProject. file(' gradle/codecov.gradle' )
42-
43- tasks. named(" signReleasePublication" ) {
44- dependsOn(" jar" )
45- }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11apply plugin : ' maven-publish'
2- apply plugin : ' signing'
32
43publishing {
54 publications {
@@ -74,11 +73,7 @@ publishing {
7473 }
7574}
7675
77-
78- signing {
79- sign publishing. publications
80- }
81-
8276publish. dependsOn build
8377publishToMavenLocal. dependsOn build
78+ publishReleasePublicationToMavenLocal. dependsOn jar
8479publishToSonatype. dependsOn publish
You can’t perform that action at this time.
0 commit comments