replikativ / datahike

A fast, immutable, distributed & compositional Datalog engine for everyone.
https://datahike.io
Eclipse Public License 1.0
1.62k stars 95 forks source link

Fix problem with bump `org.babashka/tools-deps-native` from `0.1.1` to `0.1.2` and `datahike-logo.txt` not being packaged into the jar #664

Closed macielti closed 6 months ago

macielti commented 6 months ago

SUMMARY

Downgrading org.babashka/tools-deps-native from 0.1.2 to 0.1.1 since it is causing problems with jar creation for datahike.http.server. Also adding resources directory to :src-dirs here since not having resources/datahike-logo.txt being packeged into the jar is causing problems while executing it.

fixes #663

Checks

Bugfix

ADDITIONAL INFORMATION

I am not sure if any integration tests addition are needed. No design changes necessary.

TimoKramer commented 6 months ago

I saw that I pushed bad commits on the main branch while testing the CI on my fork. I had to remove them unfortunately. Sorry about that. Don't know how that happened but the branch is protected now. Let me take care of your commits.

TimoKramer commented 6 months ago

Thanks @macielti. We really appreciate your commitment. Sorry again for messing up the history. Cleaned it up now and your changes are on main.