Creating a gradle plugin for a custom JVM language
Hi! I'm currently struggling making a gradle plugin for a simple JVM language I've made. The goal is to make my language buildable using gradle with the least user configuration as possible. I already read this article on sorcersoft, this one on baeldung and this one from dzone. I also read the official gradle documentation. However, I did not find any explanation on how I could create a gradle plugin that adds some custom language support (library management, compilation and execution). My custom language has a compiler, which can be executed from command line (or from java/kotlin if needed). Do you know any resource I could access to learn more about it (documentation, articles, forum, communities) ? Or can you directly explain me how it works ? Please ping me on reply. Thanks!