add publications
All checks were successful
github-mirror / push-github (push) Successful in 4s

This commit is contained in:
2024-11-13 10:22:25 +01:00
parent c00b6033cc
commit fd3933df25
4 changed files with 55 additions and 3 deletions

View File

@@ -11,5 +11,7 @@ plugins {
}
rootProject.name = "Marinara"
include("lib")
include("wrapper:javacord")
include(":lib")
include(":wrapper-javacord")
project(":wrapper-javacord").projectDir = file("wrapper/javacord")