mirror of
https://github.com/barkeser2002/Not-Enough-Crashes.git
synced 2026-09-25 02:59:53 +03:00
21 lines
476 B
Groovy
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" |