jeka
jeka copied to clipboard
[Qustion] How to add Jeka to an existing Gradle project, and does Jeka have shadow plugin?
Copying files from a new Jeka project created from plugin to a Gradle projects seems not working? It just can't sync
You can not add jeka on the same base directory than a Gradle or Maven project as dependency resolution an IDE metadata will collide. As a workaround, you can setup JeKa base dir in a sub-dir of your gradle project. For example :
my_project
|-gradlew.bat
|-...
|-jeka-module
|-jekaw.bat
|-jeka
|-def
|- ...