forked from FabricMC/fabric
build to fabric-api
This commit is contained in:
parent
f162522ac7
commit
99acb0615e
3 changed files with 4 additions and 2 deletions
|
@ -19,6 +19,8 @@ allprojects {
|
||||||
sourceCompatibility = 1.8
|
sourceCompatibility = 1.8
|
||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
|
group = "net.fabricmc.fabric-api"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
minecraft "com.mojang:minecraft:$mcVersion"
|
minecraft "com.mojang:minecraft:$mcVersion"
|
||||||
mappings "net.fabricmc:yarn:$mcVersion+build.1"
|
mappings "net.fabricmc:yarn:$mcVersion+build.1"
|
||||||
|
@ -149,7 +151,6 @@ dependencies {
|
||||||
compile "org.lwjgl:lwjgl-jemalloc:3.2.1"
|
compile "org.lwjgl:lwjgl-jemalloc:3.2.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
archivesBaseName = "fabric"
|
|
||||||
version = baseVersion + "+" + (ENV.BUILD_NUMBER ? ("build." + ENV.BUILD_NUMBER) : "local")
|
version = baseVersion + "+" + (ENV.BUILD_NUMBER ? ("build." + ENV.BUILD_NUMBER) : "local")
|
||||||
|
|
||||||
//curseforge {
|
//curseforge {
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
group = net.fabricmc
|
|
||||||
org.gradle.jvmargs=-Xmx2G
|
org.gradle.jvmargs=-Xmx2G
|
||||||
|
|
|
@ -10,6 +10,8 @@ pluginManagement {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rootProject.name = "fabric-api"
|
||||||
|
|
||||||
include 'fabric-client-registries'
|
include 'fabric-client-registries'
|
||||||
include 'fabric-commands'
|
include 'fabric-commands'
|
||||||
include 'fabric-containers'
|
include 'fabric-containers'
|
||||||
|
|
Loading…
Reference in a new issue