mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
OPENIDE #31 Mechanism for offering Axiom JDK as a default JDK
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user