Skip to content

Commit c83e0db

Browse files
committed
Fix typo
1 parent 4a3eea1 commit c83e0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ test {
8383

8484
signing {
8585
required { gradle.taskGraph.hasTask("uploadArchives") }
86-
sign configuration.archives
86+
sign configurations.archives
8787
}

0 commit comments

Comments
 (0)