Fix gradle warning:

"Project accessors enabled, but root project name not explicitly set for 'plugins'. Checking out the project in different folders will impact the generated code and implicitly the buildscript classpath, breaking caching."
This commit is contained in:
Benoit Marty 2023-07-25 14:24:09 +02:00
parent caaa1923c7
commit 3e42fdc17e

View file

@ -14,6 +14,8 @@
* limitations under the License.
*/
rootProject.name = "ElementX_plugins"
dependencyResolutionManagement {
repositories {
mavenCentral()