-
-
Notifications
You must be signed in to change notification settings - Fork 783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle 6 #1902
Gradle 6 #1902
Conversation
Gradle 5.0 is from Dezember 2018. I'm okay with having it as the minimum supported version ^^ 👍 |
Codecov Report
@@ Coverage Diff @@
## master #1902 +/- ##
=========================================
Coverage 80.62% 80.62%
Complexity 2015 2015
=========================================
Files 336 336
Lines 5802 5802
Branches 1057 1057
=========================================
Hits 4678 4678
Misses 563 563
Partials 561 561 Continue to review full report at Codecov.
|
6768d06
to
cbab3d0
Compare
Yep, no rush on this. In fact I wouldn't want to merge this until 6.0 stable is out - there might be more changes or deprecations to be made to the current version of the plugin first. |
This PR is not affected by the build failure at master. |
ca25862
to
d329800
Compare
799700e
to
7312c6e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇
🥇 |
* Gradle 6 * Remove ProjectLayout.fileProperty usage Removed in Gradle 6 * Remove deprecated inputs * Fix validateTaskProperties issues * Remove unnecessary extension * Use new plugin validation task name * Simplify docs
* Gradle 6 * Remove ProjectLayout.fileProperty usage Removed in Gradle 6 * Remove deprecated inputs * Fix validateTaskProperties issues * Remove unnecessary extension * Use new plugin validation task name * Simplify docs
See #1820 for background.
Gradle 5.0 is now the lowest compatible version (not easy or perhaps even possible to support 4.x and 6.x at the same time).
Fixes #2040