Repository: ant Updated Branches: refs/heads/master 7f67244c0 -> 9b76c3588
Use canonical download URL for SonarQube tasks Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/9b76c358 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/9b76c358 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/9b76c358 Branch: refs/heads/master Commit: 9b76c358850430674858a2193ef5081ad1a2a691 Parents: 7f67244 Author: Gintas Grigelionis <[email protected]> Authored: Sat Oct 20 09:28:39 2018 +0200 Committer: Gintas Grigelionis <[email protected]> Committed: Sat Oct 20 09:29:02 2018 +0200 ---------------------------------------------------------------------- sonarqube.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/9b76c358/sonarqube.xml ---------------------------------------------------------------------- diff --git a/sonarqube.xml b/sonarqube.xml index 4fae4f7..5e7b2cb 100644 --- a/sonarqube.xml +++ b/sonarqube.xml @@ -9,7 +9,7 @@ <property name="downloads" location="build/downloads"/> <property name="sonarqube-ant-task-jar" location="${downloads}/sonarqube-ant-task.jar"/> <property name="sonarqube-ant-task-url" - value="https://sonarsource.bintray.com/Distribution/sonarqube-ant-task/sonarqube-ant-task-2.5.jar"/> + value="https://binaries.sonarsource.com/Distribution/sonarqube-ant-task/sonarqube-ant-task-2.5.jar"/> <target name="download"> <mkdir dir="${downloads}"/>
