Skip to content

Commit

Permalink
Fix scala and kotlin maven config documentation (#517)
Browse files Browse the repository at this point in the history
* Fix scala and kotlin maven config documentation

* Add to change markdown.
  • Loading branch information
cwholmes authored and nedtwigg committed Jan 22, 2020
1 parent 9051c97 commit e870e78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions plugin-maven/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).

## [Unreleased]
* Fix scala and kotlin maven config documentation.

## [1.27.0] - 2020-01-01
* Should be no changes whatsoever! Released only for consistency with lib and plugin-gradle.
Expand Down
4 changes: 2 additions & 2 deletions plugin-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ By default, all files matching `src/main/scala/**/*.scala`, `src/test/scala/**/*
<content>/* Licensed under Apache-2.0 */</content>
<file>${basedir}/license-header</file>
</licenseHeader>
<endWithNewLine/>
<endWithNewline/>
<trimTrailingWhitespace/>
<scalafmt>
<file>${basedir}/scalafmt.conf</file>
Expand All @@ -159,7 +159,7 @@ By default, all files matching `src/main/kotlin/**/*.kt` and `src/test/kotlin/**
<content>/* Licensed under Apache-2.0 */</content>
<file>${basedir}/license-header</file>
</licenseHeader>
<endWithNewLine/>
<endWithNewline/>
<trimTrailingWhitespace/>
<ktlint>
<!-- Optional, available versions: https://github.com/pinterest/ktlint/releases -->
Expand Down

0 comments on commit e870e78

Please sign in to comment.