Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac153c1 commit 495d73eCopy full SHA for 495d73e
publish-mavencentral.gradle
@@ -105,14 +105,13 @@ signing {
105
sign publishing.publications
106
}
107
108
-task zipRepo(type: Zip ) {
+task zipRepo(type: Zip) {
109
+ group = "publishing"
110
dependsOn isAar ? 'publishReleasePublicationToMavenRepository' : 'publishMavenJavaPublicationToMavenRepository'
111
def componentDirPath = "${PUBLISH_GROUP_ID.replace(".", "/")}/$PUBLISH_ARTIFACT_ID/$PUBLISH_VERSION"
-
112
archiveBaseName = PUBLISH_ARTIFACT_ID
113
archiveVersion = PUBLISH_VERSION
114
destinationDirectory = file("../publish")
115
116
from("${rootProject.projectDir}/repo/$componentDirPath") {
117
into("$componentDirPath")
118
0 commit comments