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 41ed236 commit 4a65361Copy full SHA for 4a65361
1 file changed
scripts/publish-module.gradle
@@ -28,9 +28,9 @@ afterEvaluate {
28
publishing {
29
publications {
30
release(MavenPublication) {
31
- groupId project.property("libGroup")
32
- artifactId PUBLISH_ARTIFACT_ID
33
- version project.property("libVersion")
+ groupId = project.property("libGroup")
+ artifactId = PUBLISH_ARTIFACT_ID
+ version = project.property("libVersion")
34
35
if (project.plugins.findPlugin("com.android.library")) {
36
from components.release
0 commit comments