Why do we need this? Is it because of open jdk not shipping with root certificates?
Le 21 oct. 2017 2:02 PM, <[email protected]> a écrit : > Repository: groovy > Updated Branches: > refs/heads/GROOVY_2_4_X 491992fa1 -> 926347356 > > > try bypassing https > > > Project: http://git-wip-us.apache.org/repos/asf/groovy/repo > Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/92634735 > Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/92634735 > Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/92634735 > > Branch: refs/heads/GROOVY_2_4_X > Commit: 926347356630a01732d44db01bb1dc082f2e65fa > Parents: 491992f > Author: paulk <[email protected]> > Authored: Sat Oct 21 22:02:12 2017 +1000 > Committer: paulk <[email protected]> > Committed: Sat Oct 21 22:02:12 2017 +1000 > > ---------------------------------------------------------------------- > gradle/wrapper/gradle-wrapper.properties | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/groovy/blob/ > 92634735/gradle/wrapper/gradle-wrapper.properties > ---------------------------------------------------------------------- > diff --git a/gradle/wrapper/gradle-wrapper.properties > b/gradle/wrapper/gradle-wrapper.properties > index 38f0a68..65c3f07 100644 > --- a/gradle/wrapper/gradle-wrapper.properties > +++ b/gradle/wrapper/gradle-wrapper.properties > @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME > distributionPath=wrapper/dists > zipStoreBase=GRADLE_USER_HOME > zipStorePath=wrapper/dists > -distributionUrl=https\://services.gradle.org/distributions/ > gradle-2.14.1-bin.zip > +distributionUrl=http\://services.gradle.org/distributions/ > gradle-2.14.1-bin.zip > >
