Fabric API

Fabric API

106M Downloads

Move ideconfig.gradle to repo itself

liach opened this issue ยท 3 comments

commented

Currently, the gradle build of fabric api imports from https://github.com/FabricMC/fabric-docs/raw/master/gradle/ideconfig.gradle. This is somewhat troublesome as now in PRC, raw.githubusercontent.com has been blocked, which prevents building fabric api in PRC.

commented

Should probably be included in the repo and applied using

apply from: ideconfig.gradle
commented

Closing since those remote buildscripts are no longer used.

commented

Should be a simple change for someone to do if they wish.