Skip to content

Commit

Permalink
#158 Update publishAlways with suggested changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
shanki2502 authored Sep 2, 2024
1 parent 0c77202 commit 66b6292
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ develocity {
termsOfUseAgree = "yes"
def ci = System.getenv("CI")
if (ci != null && ci.trim() != '') {
publishAlways()
publishing {
onlyIf {
true
}
}
tag("CI")
}
}
Expand Down

0 comments on commit 66b6292

Please sign in to comment.