<@U0MDRD3RN> re: <https://kotlinlang.slack.com/arc...
# detekt
t
@Artur Bosch re: https://kotlinlang.slack.com/archives/C88E12QH4/p1536417537000100 This breaks the compatibility with projects running still on Gradle < 4.9. Have you considered to have a simple check there and use
create
for older version of Gradle?
I just hit this issue and I was wondering if you wanna keep Gradle 4.9+ has hard requirement.
s
Looks like we should open an issue for this. @toto you on it? I am opening another small issue while the Gradle plugin is actively worked on
t
I can open that, sure
s
Actually, no need to open a new issue for me 😄 https://github.com/arturbosch/detekt/issues/813
let me check if it’s something we can add quickly
t
@seb why are we talking about the version issue in a thread started for something else? 😅
s
Because I am easily distracted? Sorry 😅
a
That actually sounds like a really good idea, I do not see an issue open for this, feel free to open now!
t
@Artur Bosch sorry to resume this thread after so long, I unsubscribed from the thread notifications. Are you talking about the
Taskcontainer.register()
issue?