Skip to content

Commit fbed90d

Browse files
committed
Added some release notes.
1 parent 989b342 commit fbed90d

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

release-notes/v1.4.4.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 1.4.3 -> 1.4.4
2+
3+
- Fixes Gradle 5 incompatibility.
4+
- Due to Gradle 5 update, projects without a settings.gradle might not load properly in certain cases.
5+
- Support for Gradle version older than 2.6 was dropped
6+
- Support for Idea plugin based project loading was dropped.
7+
- Adds support for newer versions of Jacoco.

release-notes/v2.0.2.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# 2.0.1 -> 2.0.2
22

3-
- Fixed re-run tests for JUnit.
4-
- Fixed Gradle 5 incompatibility.
3+
- Fixes re-run tests for JUnit.
4+
- Fixes Gradle 5 incompatibility.
5+
- Due to Gradle 5 update, projects without a settings.gradle might not load properly in certain cases.
6+
- Support for Gradle version older than 2.6 was dropped
7+
- Support for Idea plugin based project loading was dropped.
8+
- Adds support for newer versions of Jacoco.
9+
- Fixes some source file resoultion problem (e.g.: JavaFX libararies).
10+
- It is now possible to disable Java 9 module system for projects.
11+
- Groovy plugin is no longer required to install this plugin (though it will be enabled if available).

0 commit comments

Comments
 (0)