https://kotlinlang.org logo
#detekt
Title
# detekt
t

toto

09/14/2018, 2:14 PM
@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

seb

09/14/2018, 2:30 PM
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

toto

09/14/2018, 2:30 PM
I can open that, sure
s

seb

09/14/2018, 2:31 PM
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

toto

09/14/2018, 2:57 PM
@seb why are we talking about the version issue in a thread started for something else? 😅
s

seb

09/14/2018, 3:01 PM
Because I am easily distracted? Sorry 😅
a

Artur Bosch

09/23/2018, 8:34 PM
That actually sounds like a really good idea, I do not see an issue open for this, feel free to open now!
t

toto

10/04/2018, 11:29 AM
@Artur Bosch sorry to resume this thread after so long, I unsubscribed from the thread notifications. Are you talking about the
Taskcontainer.register()
issue?