Josh Friend
01/15/2025, 5:53 PMkts
buildscripts, however i still see that kotlin-scripting
plugin is applied by the kotlin
plugin, which is always creating the compileJava
task during configuration. Can I somehow avoid using the kotlin-scripting
plugin entirely?tapchicoma
01/15/2025, 6:03 PMkotlin
plugin does not create compileJava
tasks 🙂tapchicoma
01/15/2025, 6:03 PMJosh Friend
01/15/2025, 6:05 PMJosh Friend
01/15/2025, 6:16 PMtasks.withType(JavaCompile).configureEach {}
in my build logic and set a breakpoint to see who was configuring the task. heres the stack trace, kotlin plugin is there in the stackJosh Friend
01/15/2025, 6:22 PMJosh Friend
01/15/2025, 6:42 PM