Are there any snapshot builds published for Jewel? Or would the recommendation right now be to just copy the sources into my project to try out for my Intellij plugin?
😯 2
i
Igor Demin
12/13/2022, 5:08 PM
I don't aware of any published artifacts of Jewel right now.
Instead of including sources, it is better to build Jar yourself (usually
./gradlew build
should do that), and include it as a dependency in your project.
@suresh the Gradle plugin you linked is working great, I was able to get Jewel set up in my project very easily with it (on this branch if anyone else is looking for help getting it set up)