Skip to content

Commit 67d1932

Browse files
authored
Update the artifact location for publishing (#6)
Update the artifact location so that it's relative to the build directory.
1 parent 1d94da9 commit 67d1932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/mvn-publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publishing {
1111
artifactId POM_ARTIFACT_ID
1212
version getVersionName()
1313

14-
artifact("$projectDir/build/outputs/aar/${project.getName()}-release.aar")
14+
artifact("$buildDir/outputs/aar/${project.getName()}-release.aar")
1515
artifact sourcesJar
1616

1717
// Self-explanatory metadata for the most part

0 commit comments

Comments
 (0)