Проблема при расширении темы

Здраствуйте.
Пробуем расширить стандартную тему helium. Добавили новую тему на основе существующей.

В build.gradle прописали:

themes(“io.jmix.ui:jmix-ui-themes”)
implementation(“io.jmix.ui:jmix-ui-themes”)

В application.properties добавили имя и путь к теме:

jmix.ui.theme.name=helium-extended
jmix.ui.themeConfig=ru/sgrc/kmh_jmix/theme/helium-extended-theme.properties

При компиляции получаем:

Execution failed for task ‘:compileJava’.

Could not resolve all files for configuration ‘:compileClasspath’.
Could not resolve io.jmix.ui:jmix-ui-themes:1.0.1.
Required by:
project :
Could not resolve io.jmix.ui:jmix-ui-themes:1.0.1.
Could not get resource ‘https://repo.maven.apache.org/maven2/io/jmix/ui/jmix-ui-themes/1.0.1/jmix-ui-themes-1.0.1.pom’.
java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)
Could not resolve io.jmix.ui:jmix-ui-themes:1.0.1.
Could not get resource ‘https://global.repo.jmix.io/repository/public/io/jmix/ui/jmix-ui-themes/1.0.1/jmix-ui-themes-1.0.1.pom’.
java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)
Could not resolve io.jmix.ui:jmix-ui-themes:1.0.1.
Required by:
project : > io.jmix.bom:jmix-bom:1.0.1
Could not resolve io.jmix.ui:jmix-ui-themes:1.0.1.
Could not get resource ‘https://repo.maven.apache.org/maven2/io/jmix/ui/jmix-ui-themes/1.0.1/jmix-ui-themes-1.0.1.pom’.
java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)
Could not resolve io.jmix.ui:jmix-ui-themes:1.0.1.
Could not get resource ‘https://global.repo.jmix.io/repository/public/io/jmix/ui/jmix-ui-themes/1.0.1/jmix-ui-themes-1.0.1.pom’.
java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)

Здравствуйте!

На чистом проекте 1.0.1 воспрозвести не удалось. Попробуйте обновиться на 1.1 версию.

У вас явно проблема с конфигурацией SSL в дистрибутиве Java или вообще на локальном компьютере.

После обновления на версию 1.1.3 всё заработало. Спасибо.