Skip to content

Commit 996852e

Browse files
committed
update docs
1 parent ca8b2d1 commit 996852e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
### 2.7.0 (2019-11-24)
12
* Fix node compatibility: minimal required node is 8.5.0
23
* Update gradle 4.8.1 -> 5.6.4
34
* Enable gradle build scan for failed builds

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
The main goal is to simplify new [github](https://github.com) java library setup.
1111

1212
Features:
13+
* Single and multi-module projects generation
1314
* [MIT](http://opensource.org/licenses/MIT) license (hardcoded)
1415
* [Gradle](http://www.gradle.org/) build (with support of optional and provided dependencies)
1516
* [Maven central](http://search.maven.org/) compatible artifacts (jar, sources, javadocs)
@@ -239,6 +240,7 @@ Used gradle plugins:
239240
* [ru.vyarus.github-info](https://github.com/xvik/gradle-github-info-plugin) to fill in github specific data
240241
* [ru.vyarus.quality](https://github.com/xvik/gradle-quality-plugin) to configure quality plugins and provide advanced reporting
241242
* [ru.vyarus.animalsniffer](https://github.com/xvik/gradle-animalsniffer-plugin) to verify jdk backwards compatibility when building on newer jdk
243+
* [io.spring.dependency-management](https://github.com/xvik/gradle-animalsniffer-plugin) to use maven BOMs (plugin used instead of gradle native BOM's support as more correct)
242244

243245
#### Optional dependencies
244246

0 commit comments

Comments
 (0)