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 ef4b63e commit 81a1041Copy full SHA for 81a1041
2 files changed
build.gradle
@@ -152,6 +152,11 @@ tasks.register('dist', Zip) {
152
// NOTE: Inclusion of files from sub-projects is handled in their respective build.gradle files
153
}
154
155
+tasks.named('assemble') {
156
+ dependsOn tasks.named('dist')
157
+ dependsOn tasks.named('signDist')
158
+}
159
+
160
// REUSE-IgnoreStart
161
jar {
162
manifest {
devdoc/publish.md
@@ -8,7 +8,7 @@ Publishing
8
To publish to Maven use
9
10
```
11
-gradlew clean dist assemble publish -PcredentialsPassphrase=<credentials password>
+gradlew clean assemble publish -PcredentialsPassphrase=<credentials password>
12
13
Where `<credentials password>` is the password used to add the credentials (see
14
also below).
0 commit comments