holy-lambda

2022-06-28T15:32:42.180599Z

Heya holy-lambans / Karol 馃檪 I want to include a java class with my HL project. I've done this before with lein but never deps.edn, looks like there is a guide for tools.build, here https://clojure.org/guides/tools_build#_mixed_java_clojure_build has anyone done this before? How would it hook into the hl build process?

Karol W贸jcik 2022-06-28T19:39:32.483519Z

Hmm.. currently HL is using depstar. Probably worth asking on their channel.

Karol W贸jcik 2022-06-30T15:07:22.760609Z

@nickstares0 you can remove the compile alias in deps.edn and replace it with build.clj if it's easier for you that way.

Karol W贸jcik 2022-06-30T15:07:43.160669Z

Then plug new build command in bb.edn.

Karol W贸jcik 2022-06-30T17:50:36.958819Z

@nickstares0 Alternatively here is an example of mixing Clojure with Java developed by Miguel Cuervo.

Karol W贸jcik 2022-06-30T17:50:46.324859Z

https://github.com/mcuervoe/holy-lambda-steps