Skip to content

Commit

Permalink
Add qmj to .gitignore & manually set name for API project
Browse files Browse the repository at this point in the history
The manual naming is done because the automatic
name for it is "Kit Tunes Api", and it should be
"Kit Tunes API"
  • Loading branch information
Pixaurora committed Aug 3, 2024
1 parent d6157f3 commit 0e66eb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 2 additions & 0 deletions kit-tunes-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ plugins {

mod {
metadata {
name = "Kit Tunes API"

library()
parentModId = "kit_tunes"
}
Expand Down

0 comments on commit 0e66eb0

Please sign in to comment.