Browse Source

Merge pull request #959 from vector-im/feature/bma/fixWarnings

Fix gradle warning
pull/974/head
Benoit Marty 1 year ago committed by GitHub
parent
commit
9c63a22de3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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