Skip to content

Commit db1d5d2

Browse files
build: enable artifact signing during publishing.
1 parent 62f24ec commit db1d5d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gradle.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ org.gradle.parallel=true
44

55
# Publishing bits
66
GROUP=com.squareup
7+
VERSION_NAME=0.7
8+
79
POM_URL=https://github.com/square/gradle-dependencies-sorter
810
POM_SCM_URL=https://github.com/square/gradle-dependencies-sorter
911
POM_SCM_CONNECTION=scm:git:git://github.com/square/gradle-dependencies-sorter.git
@@ -15,6 +17,7 @@ POM_DEVELOPER_ID=square
1517
POM_DEVELOPER_NAME=Square, Inc.
1618
POM_DEVELOPER_URL=https://github.com/square
1719
POM_INCEPTION_YEAR=2022
20+
1821
SONATYPE_HOST=S01
19-
VERSION_NAME=0.7
2022
SONATYPE_AUTOMATIC_RELEASE=true
23+
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)