jeka
jeka copied to clipboard
The Build Tool Kit for Java
Jeka should accept build classes to be written in Kotlin. Beside, Jeka should propose a convenient way to build Kotlin project.
Currently, running `./jekaw java#test` when there are test failures results in the build printing out enormous amounts of stacktraces which are not very useful to the programmer trying to find...
For now, Jeka only can generate unshaded Uber-jar (Fat-Jar) Many projects needs to generate shaded Uber jar (it is the recommanded way of publishing Jeka external plugins). As it is...
Copying files from a new Jeka project created from plugin to a Gradle projects seems not working? It just can't sync
How do you configure jeka to compile kotlin code please ? (and how about using kapt or ksp annotation processors ?)
Cruising by experimenting with this build system :) Project I'm looking at needs `scala` so I'm looking at `mill` now… but thought there might be some interest in my efforts...
**Current Problem Description** Jeka succeed at extracting JDK having the following structure. ``` . ├── root-entry-dir │ ├── bin │ ├── javac ├─── java ``` Azul 8 and some other...
Same as #248 for Windows powershell See [Jeka powershell script](https://github.com/jeka-dev/jeka/blob/master/dev.jeka.core/src/main/shell/jeka.ps1).
The online documentation provides 3 short tutorials: [https://jeka-dev.github.io/jeka/tutorials/basics/](https://jeka-dev.github.io/jeka/tutorials/basics/). The tutorial MD sources are located in the *docs/tutorials* directory. To visualize the result, you need to install *mkdocs* as mentioned on...