Skip to content

Commit efeb183

Browse files
Update build.gradle.kts
Co-authored-by: Steve Todorov <steve-todorov@users.noreply.github.com>
1 parent 66a5408 commit efeb183

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ signing {
3737
}
3838

3939
// Skip signing entirely for non-release (snapshot) builds.
40-
tasks.withType<Sign>().configureEach {
41-
onlyIf { isReleaseVersion }
40+
tasks {
41+
withType<Sign>().configureEach {
42+
onlyIf { isReleaseVersion }
43+
}
4244
}
4345

4446
publishing {

0 commit comments

Comments
 (0)