Skip to content

Commit

Permalink
Fix failing checkstyle.
Browse files Browse the repository at this point in the history
Signed-off-by: Yahor Berdnikau <[email protected]>
  • Loading branch information
Tapchicoma committed Nov 14, 2017
1 parent 7ddc8b0 commit d26f377
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Define a different output file for each sourceSet
### Fixed
- Fixed plugin doesn't apply custom reporter for ktlint versions >0.10.x (#28)
- Fixed plugin doesn't apply custom reporter for ktlint versions >0.10.x (#28)

## [2.2.1] - 2017-10-06
### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ open class KtlintPlugin : Plugin<Project> {
}
}


private fun createConfiguration(target: Project, extension: KtlintExtension) =
target.configurations.maybeCreate("ktlint").apply {
target.dependencies.add(this.name,
Expand Down

0 comments on commit d26f377

Please sign in to comment.