Skip to content

Commit

Permalink
working on build
Browse files Browse the repository at this point in the history
  • Loading branch information
redrezo committed Jul 15, 2020
1 parent 8cb2eb7 commit ff97000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def githubDownloadArtifact(url, filename, githubToken) {
.build()
def response = client.newCall(request).execute()
def target = new File( filename )
new target.withOutputStream { out ->
target.withOutputStream { out ->
response.body.byteStream().with { inStream ->
out << inStream
inStream.close()
Expand Down

0 comments on commit ff97000

Please sign in to comment.