Skip to content

Commit 9258f35

Browse files
committed
chore: Add BellSoft Liberica
Adding an additional JDK/JRE vendor - BellSoft Liberica
1 parent 87bac69 commit 9258f35

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#### ✨ Ключевые возможности
1414

15-
* **Мульти-провайдер:** Поддержка Azul Zulu, Adoptium Temurin, Amazon Corretto, Oracle GraalVM и других.
15+
* **Мульти-провайдер:** Поддержка Azul Zulu, Adoptium Temurin, Amazon Corretto, BellSoft Liberica, Oracle GraalVM и других.
1616
* **Установка:** Поиск и установка нужной версии Java в несколько кликов.
1717
* **Переключение:** Мгновенное переключение активной версии `JAVA_HOME` для сессии или для всей системы.
1818
* **Обновление:** Автоматический поиск и установка минорных обновлений для установленных JDK.
@@ -62,7 +62,7 @@ set-java --clean-ide --force
6262

6363
#### ✨ Key Features
6464

65-
* **Multi-Provider Support:** Works with Azul Zulu, Adoptium Temurin, Amazon Corretto, Oracle GraalVM, and more.
65+
* **Multi-Provider Support:** Works with Azul Zulu, Adoptium Temurin, Amazon Corretto, BellSoft Liberica, Oracle GraalVM, and more.
6666
* **Installation:** Find and install the required Java version in just a few clicks.
6767
* **Version Switching:** Instantly switch the active `JAVA_HOME` for the current session or the entire system.
6868
* **Updates:** Automatically find and install minor updates for your installed JDKs.

src/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
"enabled": true,
2727
"namePrefix": "amazon-corretto"
2828
},
29+
{
30+
"name": "BellSoft Liberica",
31+
"apiType": "Foojay",
32+
"apiUrl": "https://api.foojay.io/disco/v3.0/packages",
33+
"distributionName": "liberica",
34+
"enabled": true,
35+
"namePrefix": "liberica"
36+
},
2937
{
3038
"name": "Oracle GraalVM (for JDK 17+)",
3139
"apiType": "OracleDirectLink",

0 commit comments

Comments
 (0)