I’m trying to check the changes to the Spoon source (trying to find out how it all works), but I can’t understand how to build the final jar (with dependencies similar to those available from the site ), which we can then use for independent work.
I tried to run ./gradlew buildand ./gradlew installwith some minor code changes, and everything is working well, but I can not find the JAR, which works correctly .: (
Any help / documentation related to the build / release process would be greatly appreciated.
source
share