mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 15:37:01 +05:30
build: bump to Gradle 7.0
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
cdb72b7789
commit
19248c3a30
3 changed files with 9 additions and 6 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue