Started MultiLib build

This commit is contained in:
Frank 2022-07-05 16:31:01 +02:00
parent a73bd23ddf
commit 643052aa89
643 changed files with 818 additions and 360 deletions

View file

@ -1,9 +1,14 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenLocal()
gradlePluginPortal()
}
}
include("together-v1")
include("core-v1")