Prefer using plugin extensions over deprecated conventions#1618
Prefer using plugin extensions over deprecated conventions#1618nedtwigg merged 8 commits intodiffplug:mainfrom
Conversation
dafe3c8 to
21201c6
Compare
|
CC @nedtwigg |
| static final String VER_GRADLE_min = "6.1.1"; | ||
| static final String VER_GRADLE_javaPluginExtension = "7.1"; |
There was a problem hiding this comment.
May need to bump VER_GRADLE_min to 7.1 in the future, using conventions will start emitting deprecation warnings in Gradle 8.1, and will be removed in the later Gradle 8 versions.
There was a problem hiding this comment.
Roger. If we are throwing warnings that we can't easily workaround with a version check, then I'm happy to bump the minimum.
There was a problem hiding this comment.
@nedtwigg Are you planning to move on Gradle plugin 7? If so can we bump the min Gradle requirement to 7.1 for something like this?
There was a problem hiding this comment.
It thought that this
would let us keep 6.1.1 as our min and not emit warnings. But if we are emitting warnings and its very difficult to workaround, then sure I'm okay with bumping the minimum.
…nds as soon as possible.
e1d21aa to
1c21d12
Compare
|
Thanks! |
|
Published in |
https://docs.gradle.org/current/userguide/upgrading_version_7.html#all_convention_deprecation