Skip to content

Commit

Permalink
[[email protected]] Change: Add explicit task dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
guhungry committed Mar 27, 2024
1 parent cf294d3 commit e51b929
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion photomanipulator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ dependencies {
repositories {
mavenCentral()
}

afterEvaluate {
generateMetadataFileForReleasePublication.dependsOn androidSourcesJar
}
ext {
publishedName = 'com.guhungry.android:photo-manipulator'

Expand Down

0 comments on commit e51b929

Please sign in to comment.