Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
fix publish error
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedictP committed Aug 15, 2023
1 parent 4a03ba5 commit cd75605
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions uiTestGlaze/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ spotless {
}
}

afterEvaluate {
generateMetadataFileForReleasePublication.dependsOn androidSourcesJar
}

dependencies {
implementation libs.androidx.annotation
implementation libs.androidx.test.monitor
Expand Down

0 comments on commit cd75605

Please sign in to comment.