Browse Source

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."
pull/959/head
Benoit Marty 1 year ago
parent
commit
3e42fdc17e
  1. 2
      plugins/settings.gradle.kts

2
plugins/settings.gradle.kts

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

Loading…
Cancel
Save