diff options
author | LexManos <LexManos@gmail.com> | 2018-10-16 19:41:14 -0700 |
---|---|---|
committer | LexManos <LexManos@gmail.com> | 2018-10-16 19:41:14 -0700 |
commit | a2fe1761eade11c81a2bcc52ff8e930556dd9050 (patch) | |
tree | 4b4bc6bfa54aa21d4b380776ae26c02f4a59b66c /build.gradle | |
parent | 586ad9917fc3e0941d0cf3ed8192aeee9111fb66 (diff) | |
download | Artifactural-a2fe1761eade11c81a2bcc52ff8e930556dd9050.tar.gz Artifactural-a2fe1761eade11c81a2bcc52ff8e930556dd9050.tar.bz2 Artifactural-a2fe1761eade11c81a2bcc52ff8e930556dd9050.zip |
Work attempting to bypass gradle's crappy caching.
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.
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 4c40c97..ba4e0be 100644 --- a/build.gradle +++ b/build.gradle @@ -25,6 +25,7 @@ configurations { dependencies { sharedImplementation sourceSets.api.output + sharedImplementation 'commons-io:commons-io:2.4' gradlecompImplementation sourceSets.shared.output gradlecompImplementation gradleApi() |