You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike clj -Spom, Garamond's pom command does not create a build>sourceDirectory entry if :paths is not present in a deps.edn file, which will result in an error (Premature end of file) next time the pom is updated. (see applied-science/deps-library#1)
Unlike
clj -Spom
, Garamond'spom
command does not create a build>sourceDirectory entry if:paths
is not present in adeps.edn
file, which will result in an error (Premature end of file
) next time the pom is updated. (see applied-science/deps-library#1)Looks like a bug in what this fn is doing: https://github.com/workframers/garamond/blob/master/src/garamond/pom.clj#L14
The text was updated successfully, but these errors were encountered: