Skip to content

Commit

Permalink
fix loadSentryProperties task
Browse files Browse the repository at this point in the history
  • Loading branch information
y-polek committed Jun 2, 2024
1 parent 172ea00 commit a924a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ tasks {
}
}

register("loadSentryProperties") {
create("loadSentryProperties") {
val secretsFile = file("build/generated/src/SentryProperties.kt").apply {
ensureParentDirsCreated()
createNewFile()
Expand Down

0 comments on commit a924a9a

Please sign in to comment.