/** * Defines where to find the binary of the installer and configurator. At first execution, it will * be downloaded, cached and then executed to perform its tasks. */ pluginManagement { plugins { id 'silversetup' version '6.5-build241113' } repositories { mavenLocal() maven { url 'https://nexus3.silverpeas.org/repository/silverpeas' } gradlePluginPortal() } } rootProject.name = 'silverpeas'