Slackbot
07/14/2022, 2:49 PMdeepy
07/14/2022, 3:13 PMRepositoriesMode.FAIL_ON_PROJECT_REPOS to find which plugins you need to reconfigureThomas Broyer
07/14/2022, 4:12 PMgrossws
07/14/2022, 5:05 PMgrossws
07/14/2022, 5:08 PMJohannes
07/15/2022, 8:03 AMURL(...).inputStream (which is what this problematic plugin does) so plugin authors use this from the get go rather than me having to bug them to handle this use case.
Gradle could then let me configure a cache/proxy for these and hopefully Artifactory, Github, Gitlab, etc. would then provide such an http cache / proxy for this use case.deepy
07/15/2022, 8:25 AMJohannes
07/15/2022, 8:26 AMdeepy
07/15/2022, 8:28 AMhttp(s).proxyHost Gradle is going to respect that and I believe most HTTP libraries will as well
https://docs.gradle.org/current/userguide/build_environment.html#sec:accessing_the_web_via_a_proxydeepy
07/15/2022, 8:31 AMRepositoriesMode.FAIL_ON_PROJECT_REPOS and seeing which plugins fail, and then checking their documentation to see if those let you configure where they're looking for thingsJohannes
07/15/2022, 8:34 AMRepositoriesMode.FAIL_ON_PROJECT_REPOS seems unrelated to direct downloads? Or am I missing something ?deepy
07/15/2022, 8:35 AMFAIL_ON_PROJECT_REPOS is likely what you want 😉Johannes
07/15/2022, 8:37 AMRepositoriesMode