boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
mariuene 2019-04-05T14:53:46.010500Z

Hey, quick question. When building a jar with boot, is there a way to change the file properties of the jar within boot?

flyboarder 2019-04-05T15:19:09.010900Z

@marius.enerly which properties?

mariuene 2019-04-05T15:27:46.015900Z

I think i meant permissions. 🤦 sorry about that. Basically the default file permissions that are given when creating a jar with boot is -rw------- , i need to have that everyone has read access to the jar. so -rw-r--r-- I know i can do chmod a+r blabla.jar, but i was just wondering since in Lein the default is -rw-r--r--

flyboarder 2019-04-05T17:18:32.016900Z

At the moment I don’t believe so, would be a simple task to implement