Skip to content

Commit

Permalink
update gradle settings
Browse files Browse the repository at this point in the history
  • Loading branch information
foss-mc committed Feb 10, 2024
1 parent b28de38 commit 2f27cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pluginManagement {
rootProject.name = "patina"


for (name in listOf("Patina-API", "Patina-Server", "Patina-MojangAPI")) {
for (name in listOf("Patina-API", "Patina-Server", "Patina-MojangAPI", "paper-api-generator")) {
val projName = name.toLowerCase(Locale.ENGLISH)
include(projName)
findProject(":$projName")!!.projectDir = file(name)
Expand Down

0 comments on commit 2f27cee

Please sign in to comment.