beehive-lab / TornadoVM

TornadoVM: A practical and efficient heterogeneous programming framework for managed languages
https://www.tornadovm.org
Apache License 2.0
1.15k stars 109 forks source link

Source jars are not found in maven repository #469

Open andrii0lomakin opened 1 week ago

andrii0lomakin commented 1 week ago

As the title states, only compiled code is found in the maven repository, making it harder to check the navigate API, especially considering that documentation is very scarce.

jjfumero commented 6 days ago

Hi @andrii0lomakin , thanks for the suggestion. I will take a look.

In the meantime, you can compile the latest version locally (e.g., tornado-1.0.7-dev) and update your pom files to use 1.0.7-dev. Since we do not release the binaries, you still need to do this step to run Java programs with TornadoVM.