Skip to content

Commit

Permalink
Updated gradle config (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya732 authored Sep 23, 2024
1 parent 0bb7cba commit ae24b7a
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 ae24b7a

Please sign in to comment.