Changed:
:omit-source-ns is removed cause :omit-source? option had no bug. BREAKING CHANGE between 0.1.7 only!
now delete not only .clj, but .cljc, .java files too when :omit-source? is true
Fixed:
:omit-source? option has serious bug: deletes all source files but should delete files only inside current project folder.
added :omit-source-ns as list of top level namespaces where src files should be deleted in uberjar mode when :omit-source? is true.
Changed:
now uberjar goal prints the name of uberjar file at the end of the process
Added:
:manifest added to pbuild.edn which allows to add or override default values in MANIFEST.MF
Changed:
now Created-By field in MANIFEST.MF has a value of pbuilder
Added:
:excluded-libs added to pbuild.edn for uberjar and standalone mode, that allows exclude libraries from final build.
:standalone-run-script allows to provide customized run script content when using standalone mode
Fixed:
in standalone mode, :omit-source? true is not work.
Fixed:
not all changes are pushed to remote origin
Changed:
now used git add .
instead of git add pbuild.edn
Added:
badigeon sources in project
tools.deps version 0.8.677
Fixed:
call main without parameters
pbuilder doesn’t work without badigeon dependency & tools.deps
initial release
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close