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 bbd6399c65
commit 39d4f5bff3

View File

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