Skip to content

Commit

Permalink
no more list to wrap task
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Jan 25, 2017
1 parent 8c38589 commit 0b23ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findbugs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ distributions {

include '**/*.jar'
}
from([jar]) {
from(jar) {
into 'lib'
rename "(.*)-${project.version}.jar", '$1.jar'
}
Expand Down

0 comments on commit 0b23ad2

Please sign in to comment.