build to fabric-api

This commit is contained in:
Adrian Siekierka 2019-04-24 19:15:08 +02:00
parent f162522ac7
commit 99acb0615e
3 changed files with 4 additions and 2 deletions

View file

@ -19,6 +19,8 @@ allprojects {
sourceCompatibility = 1.8
targetCompatibility = 1.8
group = "net.fabricmc.fabric-api"
dependencies {
minecraft "com.mojang:minecraft:$mcVersion"
mappings "net.fabricmc:yarn:$mcVersion+build.1"
@ -149,7 +151,6 @@ dependencies {
compile "org.lwjgl:lwjgl-jemalloc:3.2.1"
}
archivesBaseName = "fabric"
version = baseVersion + "+" + (ENV.BUILD_NUMBER ? ("build." + ENV.BUILD_NUMBER) : "local")
//curseforge {

View file

@ -1,2 +1 @@
group = net.fabricmc
org.gradle.jvmargs=-Xmx2G

View file

@ -10,6 +10,8 @@ pluginManagement {
}
}
rootProject.name = "fabric-api"
include 'fabric-client-registries'
include 'fabric-commands'
include 'fabric-containers'