mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 22:31:52 +00:00
Super basic Fabric stuff
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user