Super basic Fabric stuff

This commit is contained in:
dfsek
2020-12-12 01:44:56 -07:00
parent 27dbd494bd
commit d84dd3a526
22 changed files with 642 additions and 2 deletions
+22
View File
@@ -11,3 +11,25 @@ rootProject.name = "Terra"
include("common")
include("platforms:bukkit")
include("platforms:fabric")
pluginManagement {
repositories {
maven(url = "http://maven.fabricmc.net") {
name = "Fabric"
}
gradlePluginPortal()
}
}
plugins {
id("com.gradle.enterprise") version "3.4.1"
}
gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
// publishAlwaysIf(true)
}
}