File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ pipeline {
111111 ./gradlew publishToMavenLocal
112112 '''
113113 }
114- archiveArtifacts artifacts : ' **/*-release.aar'
114+ archiveArtifacts artifacts : ' Paintroid/build/outputs/aar/Paintroid-signedRelease.aar'
115+ archiveArtifacts artifacts : ' colorpicker/build/outputs/aar/colorpicker-signedRelease.aar'
115116 }
116117 }
117118 }
Original file line number Diff line number Diff line change @@ -84,6 +84,12 @@ android {
8484 signingConfig signingConfigs. signedRelease
8585 }
8686 }
87+
88+ publishing {
89+ singleVariant(' release' ) {
90+ withSourcesJar()
91+ }
92+ }
8793}
8894
8995tasks. withType(Detekt ). configureEach {
Original file line number Diff line number Diff line change 11android.enableJetifier =true
22android.useAndroidX =true
3- org.gradle.jvmargs =-XX:MaxPermSize =1024m -Xmx4096m
3+ org.gradle.jvmargs =-XX:MaxPermSize =1024m -Xmx4096m
4+ android.disableAutomaticComponentCreation =true
You can’t perform that action at this time.
0 commit comments