From 0e66eb0804552accacfdab78dfbf850f98c75667 Mon Sep 17 00:00:00 2001 From: Pixirora Date: Sat, 3 Aug 2024 19:06:41 -0400 Subject: [PATCH] Add qmj to .gitignore & manually set name for API project The manual naming is done because the automatic name for it is "Kit Tunes Api", and it should be "Kit Tunes API" --- .gitignore | 1 + kit-tunes-api/build.gradle.kts | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f2d98eb..4e99b01 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Project-specific files # they are automatically copied to the resources source set during building icon.png +quilt.mod.json # Gradle .gradle/ diff --git a/kit-tunes-api/build.gradle.kts b/kit-tunes-api/build.gradle.kts index 78187fe..88cc8ab 100644 --- a/kit-tunes-api/build.gradle.kts +++ b/kit-tunes-api/build.gradle.kts @@ -6,6 +6,8 @@ plugins { mod { metadata { + name = "Kit Tunes API" + library() parentModId = "kit_tunes" }