Files
2019-12-15 20:45:52 +02:00

21 lines
476 B
Groovy

pluginManagement {
repositories {
mavenLocal()
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
plugins {
id 'fabric-loom' version loom_version
id "com.jfrog.bintray" version bintray_gradle_version
id 'com.matthewprenger.cursegradle' version cursegradle_version
}
}
include "notenoughcrashes"
include "notenoughcrashes-api"