Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit b1e038e

Browse files
authored
Merge pull request #336 from browserup/fix-distributionBaseName-gradle-error
Fix unknown property distributionBaseName
2 parents 602b0ea + b52564b commit b1e038e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

browserup-proxy-dist/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ mainClassName = 'com.browserup.bup.proxy.Main'
8585

8686
distributions {
8787
main {
88-
distributionBaseName = 'browserup-proxy'
88+
baseName = 'browserup-proxy'
8989
contents {
9090
from '../LICENSE'
9191
from '../README.md'
@@ -95,4 +95,3 @@ distributions {
9595
}
9696
}
9797
}
98-

0 commit comments

Comments
 (0)