aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-02Build maven index after publishing.LexManos
2018-11-02Execute flag on gradlew.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-19Removed archive name from groupAmadornes
2018-08-19Update gradle from 4.7 to 4.9Amadornes
2018-08-19Attempt at publishing to the Forge mavenAmadornes
2018-08-19Added LGPLv2.1 licenseAmadornes
2018-08-19Fixed dependencies on gradle repackaged libsAmadornes
2018-08-19Allow streamable artifacts to be considered as cachedAmadornes
2018-08-19Added a default path expander for artifact cachesAmadornes
2018-08-19Fixed artifact metadata hash outputAmadornes
2018-08-19Remove artifact pipelines and exclusive transformersAmadornes
2018-08-19Remove empty() method in ArtifactMetadataAmadornes
2018-08-19Added API-level support for cached artifactsAmadornes
2018-07-11Fixed gradle setup for better dependency handlingAmadornes
2018-07-02Well that was wrong...Amadornes
2018-07-02Initial (untested) version of ArtifacturalAmadornes
2018-07-02Set up gradle projectAmadornes
2018-06-23Initial commitAmadornes