Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingCattwo authored Dec 7, 2020
1 parent 465e4d9 commit 8a8a276
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,9 @@ jar {
from file('.').listFiles().findAll{File f -> (f.name.endsWith('.sh') || f.name.endsWith('.env'))}
into 'dist'
}
copy {
from file('release_note.txt')
into 'dist'
}
}
}

0 comments on commit 8a8a276

Please sign in to comment.