Skip to content

Commit 10163a3

Browse files
committed
vmalinovskiy: updated zip name after build, added changelog and license
1 parent 24ff917 commit 10163a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ def patchVersion(version) {
9696

9797
task zipBinaries(type: Zip) {
9898
destinationDir = file(buildDistDir)
99-
from 'LICENSE'
100-
from 'Changelog'
99+
baseName = "CallfireApiClient"
100+
from 'LICENSE.txt'
101+
from 'Changelog.txt'
101102
from (assemblyBinReleaseDir) {
102103
include "${archivesBaseName}.*"
103104
}

0 commit comments

Comments
 (0)