Skip to content

Commit

Permalink
Depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelga committed Dec 5, 2024
1 parent a835983 commit 349ef28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mavencentral.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ task androidSourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
}

task publishReleasePublicationToSonatypeRepository {
dependsOn ':library:signReleasePublication'
}

task publishNoopPublicationToSonatypeRepository {
dependsOn ':library:signNoopPublication'
}

artifacts {
archives androidSourcesJar
}
Expand Down

0 comments on commit 349ef28

Please sign in to comment.