Create common nms module.

This commit is contained in:
alexcrea 2024-08-07 23:20:04 +02:00
parent 056892ee1e
commit 7d20ea83c3
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
13 changed files with 108 additions and 70 deletions

View file

@ -1,2 +1,4 @@
rootProject.name = "CustomAnvil"
include("nms:nms-common")
findProject(":nms:nms-common")?.name = "nms-common"