110: Shorten Gradle project name r=msfjarvis a=msfjarvis

Just takes less horizontal space in the tree so what the hell

bors r+

Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
bors[bot] 2021-02-15 03:26:22 +00:00 committed by GitHub
commit 8f249ec2a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
rootProject.name = "Claw for lobste.rs" rootProject.name = "Claw"
include(":app", ":api", ":database") include(":app", ":api", ":database")
enableFeaturePreview("GRADLE_METADATA") enableFeaturePreview("GRADLE_METADATA")