File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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).
You can’t perform that action at this time.
0 commit comments