We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f24ec commit db1d5d2Copy full SHA for db1d5d2
gradle.properties
@@ -4,6 +4,8 @@ org.gradle.parallel=true
4
5
# Publishing bits
6
GROUP=com.squareup
7
+VERSION_NAME=0.7
8
+
9
POM_URL=https://github.com/square/gradle-dependencies-sorter
10
POM_SCM_URL=https://github.com/square/gradle-dependencies-sorter
11
POM_SCM_CONNECTION=scm:git:git://github.com/square/gradle-dependencies-sorter.git
@@ -15,6 +17,7 @@ POM_DEVELOPER_ID=square
15
17
POM_DEVELOPER_NAME=Square, Inc.
16
18
POM_DEVELOPER_URL=https://github.com/square
19
POM_INCEPTION_YEAR=2022
20
21
SONATYPE_HOST=S01
-VERSION_NAME=0.7
22
SONATYPE_AUTOMATIC_RELEASE=true
23
+RELEASE_SIGNING_ENABLED=true
0 commit comments