Skip to content

Commit 4da4b04

Browse files
committed
Merge pull request #33 from CallFire/develop
vmalinovskiy: updated zip name after build, added changelog and license
2 parents 2bb8137 + 10163a3 commit 4da4b04

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)