OPENIDE #31 Mechanism for offering Axiom JDK as a default JDK

This commit is contained in:
Nikita Iarychenko
2024-12-13 18:52:33 +04:00
parent a7058f7281
commit cb77245cd7
2 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,8 @@ object WhiteListUrls {
"https://plugins.jetbrains.com", // TODO [OpenIDE]: replace url
"https://downloads.marketplace.jetbrains.com/files", // TODO [OpenIDE]: replace url
"https://repo1.maven.org/maven2/net/sourceforge/plantuml/plantuml/1.2023.10/plantuml-1.2023.10.jar",
"https://amplicode.ru"
"https://amplicode.ru",
"https://download.openide.ru"
)
@JvmStatic

View File

@@ -476,7 +476,7 @@ class JdkListDownloader : JdkListDownloaderBase() {
return registry
}
}
return "" // TODO [OpenIDE]: replace url
return "https://download.openide.ru/jdk/feed/v1/jdks.json.xz"
}
}