seems like that'd be better placed for *.gradle.kt...
# scripting
g
seems like that'd be better placed for *.gradle.kts to handle
n
not quite, i am making my own DSL that is used by other projects (with gradle)
but having tasks directly tigger execution of scripts would simplify things, currently i compile a shadowJar (or download it) and then run that as a JavaExec with the script path as input
it works.. kinda, when i do not touch too much