Skip to content

Commit 24e7338

Browse files
author
Amir Tocker
committed
Add signing to gradle configuration.
1 parent e086a3a commit 24e7338

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ allprojects {
1010
mavenCentral()
1111
}
1212

13+
signing {
14+
sign configurations.archives
15+
}
1316
project.ext.set("publishGroupId", group)
1417
}
1518

0 commit comments

Comments
 (0)