aboutsummaryrefslogtreecommitdiff
path: root/src/shared/java/com/amadornes/artifactural/base/cache
AgeCommit message (Collapse)Author
2021-01-17Move to net.minecraftforge package, and update license headers.LexManos
2018-11-02Jenkinsfile, license headers, publish under net.minecraftforge group and tag ↵LexManos
based version.
2018-10-16Work attempting to bypass gradle's crappy caching.LexManos
It caches FAILURES and uses those over the successes we provide in the custom repos! Other work directed twards cleaning up the api, and moved to using maven local which bypasses SOME of the caching and prevents the artifacts from our custom repo from being copied to the gradle central cache.
2018-08-19Added a default path expander for artifact cachesAmadornes
2018-08-19Added API-level support for cached artifactsAmadornes
2018-07-11Fixed gradle setup for better dependency handlingAmadornes