We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0094d0e commit fe8b1f7Copy full SHA for fe8b1f7
2 files changed
app/build.gradle
@@ -22,7 +22,12 @@ dependencies {
22
application {
23
mainClass = 'com.diffplug.spotless.cli.SpotlessCLI'
24
applicationName = 'spotless'
25
- archivesBaseName = 'spotless-cli'
+}
26
+
27
+distributions {
28
+ main {
29
+ distributionBaseName = 'spotless-cli'
30
+ }
31
}
32
33
tasks.withType(Test).configureEach {
jreleaser.yml.template
@@ -28,16 +28,13 @@ project:
version: 21
packagers:
- brew:
chocolatey:
username: "@Env.JRELEASER_CHOCOLATEY_USER@" # does not support name templates, so use gradle templating
34
extraProperties:
35
packageSourceUrl: https://github.com/diffplug/chocolatey-bucket
36
repository:
37
branch: main
38
branchPush: main
39
- # future setup
40
- jbang:
41
42
distributions:
43
spotless-cli:
0 commit comments