Skip to content

Commit

Permalink
Merge pull request #261 from WeBankFinTech/dev
Browse files Browse the repository at this point in the history
add release note in dist
  • Loading branch information
mingzhenliu authored Dec 7, 2020
2 parents 2dadd98 + 8a8a276 commit ba76937
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 ba76937

Please sign in to comment.