After installing TabbedMode add-on in 2.6, Gradle can't found it in repositories

Application:main: Could not find io.jmix.tabbedmode:jmix-tabbedmode-flowui-starter:2.6.0.
Searched in the following locations:

Hello,

As mentioned in docs:

This add-on requires the Enterprise subscription. If you don’t have the subscription, see the Enterprise Trial section for how to get a trial version.

Do you have this one?

Best regards,
Dmitry

Yes, I have it. Active and working.

Nice, then you have premium repo in gradle:

maven {
        url = 'https://global.repo.jmix.io/repository/premium'
        credentials {
            username = rootProject['premiumRepoUser']
            password = rootProject['premiumRepoPass']
        }
    }

As i can see context of logs there is no search for premium maven repository

BTW you can check this empty project with tabbed mode if you sure that your license is available in Jmis Studio (it automatically get id and pass for repo)
tabbed-jmix.zip (1.2 MB)

Best regards,
Dmitry

That’s it. I just needed to specify the premium repo.
Thank you very much.

1 Like