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!
4 Replies
⌛
This post has been reserved for your question.
Hey @Tyranobast! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.
.
I don't know Gradle but I think you can add tasks for compiling the language etc
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.