Results 3 comments of Hamid

use below repo maven { url "https://repository.liferay.com/nexus/content/repositories/public/" }

settings.gradle file ``` dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() gradlePluginPortal() maven { url 'https://jitpack.io' } maven { url "https://repository.liferay.com/nexus/content/repositories/public/" } } } ``` i use and its work!