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

Commit

Permalink
remove artifact androidSourcesJar
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedictP committed Aug 15, 2023
1 parent cd75605 commit cfd7501
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions scripts/publish-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ afterEvaluate {

from components.release

artifact androidSourcesJar

pom {
name = PUBLISH_ARTIFACT_ID
description = 'Solid and easy to write Android UI tests'
Expand Down
4 changes: 0 additions & 4 deletions uiTestGlaze/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ spotless {
}
}

afterEvaluate {
generateMetadataFileForReleasePublication.dependsOn androidSourcesJar
}

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

0 comments on commit cfd7501

Please sign in to comment.