intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Document `DownloadAndroidStudioProductReleasesXmlTask.releasesUrl` and `DownloadIdeaProductReleasesXmlTask.releasesUrl
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
My proposed solution would be to add to the doc:
tasks.withType<DownloadAndroidStudioProductReleasesXmlTask>().configureEach {
releasesUrl = "https://your.internal.server/android-list.xml"
}
Note this affects 1.x only which is now in maintenance mode.
This is not planned to be addressed in 1.x; For 2.0, it is now possible to configure those URLs as described here: https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/1686#issuecomment-2221297523