Skip to content

Commit

Permalink
Update the artifact location so that it's relative to the build direc…
Browse files Browse the repository at this point in the history
…tory.
  • Loading branch information
didiergarcia committed Apr 14, 2024
1 parent 1d94da9 commit 2407e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/mvn-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publishing {
artifactId POM_ARTIFACT_ID
version getVersionName()

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

// Self-explanatory metadata for the most part
Expand Down

0 comments on commit 2407e02

Please sign in to comment.