build: bump to Gradle 7.0

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-04-10 21:08:11 +05:30
parent cdb72b7789
commit 19248c3a30
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 9 additions and 6 deletions

View file

@ -1,8 +1,11 @@
rootProject.name = "Claw"
include(":app", ":api", ":common", ":database", ":desktop")
include(":api")
include(":app")
include(":common")
include(":database")
include(":desktop")
enableFeaturePreview("GRADLE_METADATA")
pluginManagement {
repositories {
google()