Skip to content

Commit

Permalink
stabilize plugin configuration cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Sep 30, 2024
1 parent af9d01e commit 3bb7ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ fun setProjectEncoding() {
}
}

if (System.getenv("CI").isNullOrEmpty()) {
if (!providers.environmentVariable("CI").isPresent) {
setProjectEncoding()
}

0 comments on commit 3bb7ae8

Please sign in to comment.