Move ideconfig.gradle to repo itself
liach opened this issue ยท 3 comments
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.
Should probably be included in the repo and applied using
apply from: ideconfig.gradle