jeka icon indicating copy to clipboard operation
jeka copied to clipboard

The Build Tool Kit for Java

Results 9 jeka issues
Sort by recently updated
recently updated
newest added

Jeka should accept build classes to be written in Kotlin. Beside, Jeka should propose a convenient way to build Kotlin project.

epic
enhancement prior V1

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...

enhancement prior V1

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...

good first issue
bash

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).

good first issue
powershell

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...

good first issue