Slackbot
02/10/2022, 12:07 AMZak Taccardi
02/10/2022, 12:15 AMcom.malinskiy.marathon to the buildSrc/build.gradle.kts plugins{ } block, it still failsJohn Bellini
02/10/2022, 12:25 AM--info provide additional details?
Also, I'm not sure how else to get a plugin other than from the plugins{} block in the buildSrc/build.gradle.kts so that seems required in my opinion.Zak Taccardi
02/10/2022, 12:53 AM//apply(plugin = "com.malinskiy.marathon") // remove this
apply<com.malinskiy.marathon.gradle.MarathonPlugin>()
But this is less than ideal.
Wonder if it’s a gradle bug?Zak Taccardi
02/10/2022, 12:53 AMI’m not sure how else to get a plugin other than from theplugins{}
apply(plugin = "com.malinskiy.marathon")
right in the precompiled script plugin^^