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 {
74
74
// Add Roboelectric dependencies.
75
75
testImplementation ' org.robolectric:robolectric:4.7.3'
76
76
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" )
85
77
}
Original file line number Diff line number Diff line change @@ -39,7 +39,3 @@ dependencies {
39
39
apply from : rootProject. file(' gradle/artifacts-core.gradle' )
40
40
apply from : rootProject. file(' gradle/mvn-publish.gradle' )
41
41
apply 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 1
1
apply plugin : ' maven-publish'
2
- apply plugin : ' signing'
3
2
4
3
publishing {
5
4
publications {
@@ -74,11 +73,7 @@ publishing {
74
73
}
75
74
}
76
75
77
-
78
- signing {
79
- sign publishing. publications
80
- }
81
-
82
76
publish. dependsOn build
83
77
publishToMavenLocal. dependsOn build
78
+ publishReleasePublicationToMavenLocal. dependsOn jar
84
79
publishToSonatype. dependsOn publish
You can’t perform that action at this time.
0 commit comments