Skip to content

Commit

Permalink
updated gradle config
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya732 committed Sep 23, 2024
1 parent 0bb7cba commit 42c3416
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle/maven-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,8 @@ javadoc {
}
}

tasks.named('publish').configure {
dependsOn tasks.named('assemble')
}


0 comments on commit 42c3416

Please sign in to comment.