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
{{ message }}
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.
The problem here is that the original timestamps from the source JARs are not preserved as files are copied so loaded .clj files, such as pprint_base.clj end up getting recompiled because they are seen to be newer than the .class file that was generated from them.
The text was updated successfully, but these errors were encountered:
See cursive-ide/gradle-clojure#8
The problem here is that the original timestamps from the source JARs are not preserved as files are copied so loaded
.clj
files, such aspprint_base.clj
end up getting recompiled because they are seen to be newer than the.class
file that was generated from them.The text was updated successfully, but these errors were encountered: