Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document DownloadAndroidStudioProductReleasesXmlTask.releasesUrl and `DownloadIdeaProductReleasesXmlTask.releasesUrl #1613

Open
mr-thierry opened this issue May 6, 2024 · 1 comment

Comments

@mr-thierry
Copy link

Describe the need of your request

There is no example nor mention of DownloadAndroidStudioProductReleasesXmlTask.releasesUrl and DownloadIdeaProductReleasesXmlTask.releasesUrl in the documentation

Proposed solution

Add a buildScript example of DownloadAndroidStudioProductReleasesXmlTask.releasesUrl and DownloadIdeaProductReleasesXmlTask.releasesUrl

Alternatives you've considered

No response

Additional context

No response

@mr-thierry
Copy link
Author

My proposed solution would be to add to the doc:

tasks.withType<DownloadAndroidStudioProductReleasesXmlTask>().configureEach {
    releasesUrl = "https://your.internal.server/android-list.xml"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant